micro/cmd/micro
2016-09-09 15:54:32 -04:00
..
actions.go Add SaveAs action and command 2016-09-08 14:13:46 -04:00
autocomplete.go Merge pull request #283 from boombuler/autocompleteplugin 2016-09-05 10:29:51 -04:00
bindings.go Add support for macros 2016-09-06 10:44:15 -04:00
buffer.go Allow overwriting options with flags 2016-09-03 11:26:01 -04:00
colorscheme.go Check colorschemes from ~/.config/micro/colorschemes 2016-09-07 07:25:42 -04:00
command.go Add eval command 2016-09-09 15:54:32 -04:00
cursor.go Fix some issues with mouse selection copying 2016-09-05 08:36:30 -04:00
eventhandler.go Fix diff remove problem in ApplyDiff 2016-06-11 11:23:05 -04:00
help.go Add tutorial.md to help files 2016-08-29 21:26:53 -04:00
highlighter.go Remove pkgbuild from pre installed syntax files 2016-09-09 14:48:18 -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 Merge pull request #341 from boombuler/bug297 2016-09-08 17:31:45 -04:00
plugin.go allow plugins to register autocomplete functions 2016-09-02 19:42:33 +02:00
runtime.go Add eval command 2016-09-09 15:54:32 -04:00
search.go Copy to primary clipboard for any change in selection 2016-09-04 21:19:14 -04:00
settings.go Add colorcolumn option 2016-09-07 17:17:51 -04: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 This fixes zyedidia/micro#329 2016-09-07 17:29:38 +02:00
util_test.go Missed the test for the last commit, now fixed 2016-09-07 17:52:16 +02:00
view.go Add colorcolumn option 2016-09-07 17:17:51 -04:00