micro/cmd/micro
2017-12-18 13:28:21 -08:00
..
highlight Fix some golint warnings 2017-10-01 12:42:23 -04:00
shellwords Fix autocomplete behavior for empty args 2017-11-23 23:04:32 -05:00
vendor Add raw command to view raw terminal esc codes 2017-11-29 01:06:16 -05:00
actions.go Fix ViewType refactor 2017-12-03 17:19:51 -05:00
actions_other.go Remove android from actions_other build tag 2017-12-10 16:15:16 -05:00
actions_posix.go Add newline after build tags 2017-08-07 09:47:28 -04:00
autocomplete.go Add sucmd to customize "sudo" command 2017-10-01 21:55:43 -04:00
bindings.go Store string keys for bindings 2017-12-03 23:15:32 -05:00
buffer.go Add raw command to view raw terminal esc codes 2017-11-29 01:06:16 -05:00
cellview.go Check width before drawing cellview 2017-11-23 14:44:07 -05:00
colorscheme.go Fix some golint warnings 2017-10-01 12:42:23 -04:00
command.go Store string keys for bindings 2017-12-03 23:15:32 -05:00
cursor.go Minor comment improvement 2017-11-24 13:35:11 -05: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
keymenu.go Add nano-style key menu option 2017-10-02 23:44:11 -04:00
lineArray.go Proper bounds check 2017-08-24 14:56:46 -04:00
loc.go Fix some golint warnings 2017-10-01 12:42:23 -04:00
lua.go Support either io/ioutil or ioutil for lua import 2017-11-21 16:24:39 -05:00
messenger.go Store string keys for bindings 2017-12-03 23:15:32 -05:00
micro.go Don't autosave buffers with no path 2017-12-13 12:43:00 -05:00
plugin.go Add showkey command 2017-12-03 13:05:46 -05:00
pluginmanager.go create plugin folders work on windows fix #931 (#951) 2017-12-13 21:53:30 -05: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 support for setting local settings via filetype 2017-12-03 23:38:09 -05:00
scrollbar.go Add a scroll bar option 2017-11-05 20:07:14 -05:00
search.go search: Only update lastSearch on ENTER 2017-10-16 17:44:44 +11:00
settings.go Add support for setting local settings via filetype 2017-12-03 23:38:09 -05: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 Don't draw statusline if infobar is off and in use 2017-10-15 15:35:19 -04:00
tab.go Add nano-style key menu option 2017-10-02 23:44:11 -04:00
util.go Fix autocomplete behavior for empty args 2017-11-23 23:04:32 -05:00
util_test.go Improve cmdbar parsing and add -l replace flag 2017-11-22 13:54:39 -05:00
view.go Changes to add support for Insert Key Press 2017-12-18 13:28:21 -08:00