micro/cmd/micro
2016-09-28 15:47:31 +02:00
..
actions.go possibility to show a log view 2016-09-26 19:08:37 +02:00
autocomplete.go Add function to load runtime files from a directory for a plugin 2016-09-16 16:15:44 -04:00
bindings.go Fix typo 2016-09-26 12:08:35 -04:00
buffer.go don't clone unsaved file buffers. 2016-09-14 09:37:12 +02:00
colorscheme.go Merge 2016-09-18 09:30:28 -04:00
command.go possibility to show a log view 2016-09-26 19:08:37 +02:00
cursor.go Revert "Improve performance for very long lines" 2016-09-11 16:05:15 -04:00
eventhandler.go some additions to the plugin API 2016-09-19 13:23:47 +02:00
highlighter.go Add function to load runtime files from a directory for a plugin 2016-09-16 16:15:44 -04:00
job.go Add some more comments 2016-07-10 13:26:24 -04:00
lineArray.go Add some more comments 2016-07-10 13:26:24 -04:00
loc.go Fix minor autoindent bug 2016-08-18 11:31:09 -07:00
messenger.go don't use undo / redo history for log buffer. 2016-09-28 15:47:31 +02:00
micro.go Check buffer filetype after loading plugins 2016-09-24 14:30:35 -04:00
plugin.go load plugins as rt-files 2016-09-19 14:40:56 +02:00
rtfiles.go Merge pull request #371 from boombuler/plugins 2016-09-24 14:09:02 -04:00
runtime.go Fix problems recognizing CtrlH 2016-09-26 09:34:55 -04:00
search.go Copy to primary clipboard for any change in selection 2016-09-04 21:19:14 -04:00
settings.go Added ability to validate options values when being set 2016-09-14 20:06:48 +01:00
split_tree.go Add infobar option to disable the message line 2016-08-31 11:16:22 -04:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go possibility to show a log view 2016-09-26 19:08:37 +02:00
tab.go Resize tabs more often 2016-09-08 17:30:41 -04:00
util.go fixed directory completion on windows 2016-09-14 16:15:49 +02:00
util_test.go fixed directory completion on windows 2016-09-14 16:15:49 +02:00
view.go always scroll log to the cursor befor drawing and don't ask for save changes for help and log views 2016-09-27 17:52:40 +02:00