micro/cmd/micro
Zachary Yedidia 0fbae7610c Fix buffer name problem
Fixes #458
2016-11-19 19:07:51 -05:00
..
actions.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
autocomplete.go new command plugin list 2016-10-01 07:37:20 +02:00
bindings.go Added OutdentLine action 2016-10-15 12:47:15 -04:00
buffer.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
colorscheme.go Merge 2016-09-18 09:30:28 -04:00
command.go Replace CtrlO with open command 2016-11-19 12:57:54 -05:00
cursor.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
eventhandler.go some additions to the plugin API 2016-09-19 13:23:47 +02:00
highlighter.go Improvement: FindFileType: header regex should be prior to file extention 2016-10-28 21:01:43 +03:30
job.go Add some more comments 2016-07-10 13:26:24 -04:00
lineArray.go Improvement: move MoveLinesUp and MoveLinesDown to Buffer 2016-10-12 08:15:46 +03:30
loc.go Fix rare out of bounds error with selections 2016-11-11 20:12:21 -05:00
messenger.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
micro.go Add Buffer.AbsPath and a plugin function DirectoryName (#455) 2016-11-18 11:53:48 -05:00
plugin.go load plugins as rt-files 2016-09-19 14:40:56 +02:00
pluginmanager.go Cleanup and add more comments 2016-10-18 11:12:28 -04:00
pluginmanager_test.go changed json5 repo 2016-10-02 07:57:39 +02:00
rtfiles.go Merge pull request #371 from boombuler/plugins 2016-09-24 14:09:02 -04:00
runtime.go Replace CtrlO with open command 2016-11-19 12:57:54 -05:00
search.go Improvement: improve Search behaviour, and Escape key behaviour 2016-10-13 00:49:43 +03:30
settings.go Add eofnewline option 2016-10-23 18:37:29 -04:00
split_tree.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
tab.go Fix buffer name problem 2016-11-19 19:07:51 -05:00
util.go Add cd and pwd commands to change the working dir 2016-11-18 16:48:08 -05:00
util_test.go fixes #379 (second try) 2016-09-28 21:54:34 +02:00
view.go Fix buffer name problem 2016-11-19 19:07:51 -05:00