micro/cmd/micro
2017-06-07 12:41:20 -04:00
..
highlight Correctly detect synatx ft from header 2017-05-03 11:04:56 -04:00
actions.go Add suspend for linux only 2017-05-21 10:44:33 -04:00
actions_linux.go Add comment 2017-05-22 11:21:17 -04:00
actions_other.go Use messenger error instead of termerror 2017-05-21 10:46:06 -04:00
autocomplete.go Add colorscheme complete function 2017-02-23 16:32:33 -05:00
bindings.go Add suspend for linux only 2017-05-21 10:44:33 -04:00
buffer.go Don't remember path on save if it is invalid 2017-05-14 10:27:15 -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 Use less memory when opening very large files 2017-04-29 14:12:00 -04:00
cursor.go Add option to disable use of a the primary clipboard 2017-02-07 19:21:25 -05:00
eventhandler.go Check for readonly on viewtype and if true do not let any edits or paste to buffer. eg help and plugins. Finished needs checking. (#674) 2017-05-29 14:18:10 -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 Disallow view switching during a search 2017-05-05 10:52:09 -04:00
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Caps lock issue#658 (#659) 2017-05-10 10:02:17 -04:00
micro.go More descriptive error for 'terminal entry not found' 2017-06-04 19:17:02 -04:00
plugin.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
pluginmanager.go refactor(plugin): Enable human-friendly plugin name 2016-12-12 16:37:48 +01:00
pluginmanager_test.go changed json5 repo 2016-10-02 07:57:39 +02:00
rtfiles.go Allow plugins to create runtime files from strings 2017-04-15 14:45:44 -04:00
runtime.go Improve solarized-tc colorscheme 2017-06-07 12:41:20 -04:00
search.go Relocate cursor on search 2017-03-31 10:39:10 -04:00
settings.go Add tabmovement option 2017-05-05 12:04:18 -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 Adding functionality to unbind keys 2017-01-02 10:56:55 -05:00
tab.go Add SaveAll command and display + for modified tabs 2017-05-05 11:05:23 -04:00
util.go Check for readonly on viewtype and if true do not let any edits or paste to buffer. eg help and plugins. Finished needs checking. (#674) 2017-05-29 14:18:10 -04:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Check for readonly on viewtype and if true do not let any edits or paste to buffer. eg help and plugins. Finished needs checking. (#674) 2017-05-29 14:18:10 -04:00