micro/cmd/micro
2016-09-24 14:30:35 -04:00
..
actions.go Add SaveAs action and command 2016-09-08 14:13:46 -04: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 Usability integration with file managers 2016-09-08 00:11:51 +03: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 Add function to load runtime files from a directory for a plugin 2016-09-16 16:15:44 -04: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 Merge branch 'params' of https://github.com/boombuler/micro into boombuler-params 2016-09-06 10:59:30 -04: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 Update yaml header 2016-09-16 15:22:38 -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 Add filetype as an option 2016-08-25 15:48:02 -04: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 Add function to load runtime files from a directory for a plugin 2016-09-16 16:15:44 -04:00