micro/cmd/micro
2017-09-30 17:47:19 -04:00
..
highlight Throw error if there is no detect regex 2017-06-22 10:42:06 -04:00
vendor Update tcell 2017-09-19 13:21:09 -04:00
actions.go Only register double click on equal mouse location 2017-09-17 18:31:32 -04:00
actions_other.go Expand support for Suspend to OSX, BSD, Solaris 2017-07-31 20:05:34 -04:00
actions_posix.go Add newline after build tags 2017-08-07 09:47:28 -04:00
autocomplete.go Only replace '~' with home if at start of path 2017-09-23 20:56:08 -04:00
bindings.go Only write settings if no error when reading 2017-08-06 12:02:17 -04:00
buffer.go Replace home directory before performing SaveAs 2017-09-26 22:55:06 -04:00
cellview.go use space for indentchar if empty, fixes #660 2017-05-12 16:32:24 -07:00
colorscheme.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
command.go Only replace '~' with home if at start of path 2017-09-23 20:56:08 -04:00
cursor.go Fix moving to end of line on cursor down 2017-09-15 16:09:33 -04:00
eventhandler.go Fix undo of MultipleReplace 2017-09-04 16:21:08 -04:00
highlighter.go Optimize memory usage for loading syntax files 2017-05-02 10:30:27 -04:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
lineArray.go Proper bounds check 2017-08-24 14:56:46 -04:00
loc.go Make cursor movement automatic on insert + remove 2017-06-15 18:52:51 -04:00
lua.go Give Lua access to most of the Go stdlib 2017-09-10 14:16:28 -04:00
messenger.go Add autocompletion for option values 2017-09-23 20:47:19 -04:00
micro.go Make mouse option global option 2017-09-21 17:10:53 -04:00
plugin.go Fix support for user-friendly plugin names 2017-09-30 17:47:19 -04:00
pluginmanager.go Handle zip files that do not list directories 2017-09-07 17:02:26 -04:00
pluginmanager_test.go Only write settings if no error when reading 2017-08-06 12:02:17 -04:00
rtfiles.go Allow plugins to create runtime files from strings 2017-04-15 14:45:44 -04:00
runtime.go Add option for very accurate dirty flag 2017-09-17 23:33:18 -04:00
search.go Set OrigSelection during search 2017-09-08 18:57:24 -04:00
settings.go Make mouse option global option 2017-09-21 17:10:53 -04:00
split_tree.go Use new syntax highlighting engine from zyedidia/highlight 2017-02-26 11:14:35 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Add option for very accurate dirty flag 2017-09-17 23:33:18 -04:00
tab.go Add option for very accurate dirty flag 2017-09-17 23:33:18 -04:00
util.go Only replace '~' with home if at start of path 2017-09-23 20:56:08 -04:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Only replace '~' with home if at start of path 2017-09-23 20:56:08 -04:00