micro/cmd/micro
2016-12-18 15:14:18 -05:00
..
actions.go move to new tab 2016-12-13 12:12:20 -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 Fix bug that eofnewline does not work on save 2016-12-15 16:29:50 +09:00
colorscheme.go Display colorscheme error message using TermMessage 2016-12-10 20:36:03 -05:00
command.go move to new tab 2016-12-13 12:12:20 -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 preventing messages from over-writing the current prompt message 2016-12-18 15:14:18 -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 Minor fix to documentation 2016-12-14 15:11:57 -05:00
search.go preventing messages from over-writing the current prompt message 2016-12-18 15:14:18 -05:00
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: mouse clicking with softwrap 2016-12-18 00:27:06 +01:00