micro/cmd/micro
Zachary Yedidia 291b1d1efc Use shell to parse command when using JobStart
Also changed all occurrences of JobStart to JobSpawn in the linter
plugin.
2016-12-09 10:34:39 -05:00
..
actions.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
autocomplete.go new command plugin list 2016-10-01 07:37:20 +02:00
bindings.go Log erroneous keybindings 2016-12-05 17:02:46 +01:00
buffer.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
colorscheme.go Merge 2016-09-18 09:30:28 -04:00
command.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
cursor.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
eventhandler.go some additions to the plugin API 2016-09-19 13:23:47 +02:00
highlighter.go Actually rename width, height, lockWidth, lockHeight 2016-11-28 20:28:40 -05:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
lineArray.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
micro.go Give error message if input is a directory 2016-12-07 10:28:03 -05:00
plugin.go load plugins as rt-files 2016-09-19 14:40:56 +02:00
pluginmanager.go Cleanup and add more comments 2016-10-18 11:12:28 -04:00
pluginmanager_test.go changed json5 repo 2016-10-02 07:57:39 +02:00
rtfiles.go Allow symlink plugin directory 2016-11-30 14:28:13 +09:00
runtime.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
search.go Improvement: improve Search behaviour, and Escape key behaviour 2016-10-13 00:49:43 +03:30
settings.go Allow splits to be created in either direction 2016-11-28 19:16:49 -05:00
split_tree.go Make tab.CurView public 2016-11-28 20:50:11 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
tab.go Use io.Readers to read files more efficiently 2016-11-29 13:44:30 -05:00
util.go Add cd and pwd commands to change the working dir 2016-11-18 16:48:08 -05:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Fix string width for different sized tabs 2016-12-06 09:09:24 -05:00