micro/cmd/micro
Zachary Yedidia 995a910f6a Update runtime
Also made a minor addition to ruby.micro which fixes #574.
2017-03-01 09:36:41 -05:00
..
actions.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
autocomplete.go Add colorscheme complete function 2017-02-23 16:32:33 -05:00
bindings.go Syntax Highlight Overhaul (#568) 2017-03-01 09:30:35 -05:00
buffer.go Add rmtrailingws feature 2016-12-17 11:33:48 +09:00
colorscheme.go Fix bold highlighting not working right 2017-02-20 09:28:37 -05:00
command.go Add tabswitch command 2017-02-26 10:52:14 -05:00
cursor.go Add option to disable use of a the primary clipboard 2017-02-07 19:21:25 -05:00
eventhandler.go refactor(plugin): Enable human-friendly plugin name 2016-12-12 16:37:48 +01:00
highlighter.go Actually rename width, height, lockWidth, lockHeight 2016-11-28 20:28:40 -05:00
job.go Use shell to parse command when using JobStart 2016-12-09 10:34:39 -05:00
lineArray.go Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Fix prompts not displaying 2016-12-22 16:38:20 -05:00
micro.go Resize all tabs on EventResize 2017-02-20 13:08:14 -05: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 symlink plugin directory 2016-11-30 14:28:13 +09:00
runtime.go Update runtime 2017-03-01 09:36:41 -05:00
search.go preventing messages from over-writing the current prompt message 2016-12-18 15:14:18 -05:00
settings.go Add option to disable use of a the primary clipboard 2017-02-07 19:21:25 -05:00
split_tree.go Fix various linter and vet warnings 2017-02-21 13:07:37 -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 Fix various linter and vet warnings 2017-02-21 13:07:37 -05:00
util.go Fix stringwidth build 2017-02-03 07:32:48 -05:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Resize all tabs on EventResize 2017-02-20 13:08:14 -05:00