..
actions.go
Merge pull request #488 from McSwaggens/removewhitespaces-setting
2016-12-22 17:49:49 -05:00
autocomplete.go
new command plugin list
2016-10-01 07:37:20 +02:00
bindings.go
Adding functionality to unbind keys
2017-01-02 10:56:55 -05:00
buffer.go
Add rmtrailingws feature
2016-12-17 11:33:48 +09:00
colorscheme.go
Display colorscheme error message using TermMessage
2016-12-10 20:36:03 -05:00
command.go
Merge pull request #489 from november-eleven/refactor/plugin-name
2016-12-22 15:44:09 -05:00
cursor.go
Fix rare out of bounds error with selections
2016-11-11 20:12:21 -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
Use io.Readers to read files more efficiently
2016-11-29 13:44:30 -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
Merge pull request #507 from NicolaiSoeborg/master
2016-12-25 10:56:53 -05:00
plugin.go
Merge pull request #507 from NicolaiSoeborg/master
2016-12-25 10:56:53 -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 php rules
2016-12-23 18:25:47 -05:00
search.go
preventing messages from over-writing the current prompt message
2016-12-18 15:14:18 -05:00
settings.go
Merge pull request #488 from McSwaggens/removewhitespaces-setting
2016-12-22 17:49:49 -05:00
split_tree.go
Make tab.CurView public
2016-11-28 20:50:11 -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
Use io.Readers to read files more efficiently
2016-11-29 13:44:30 -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
Better fix for mouse clicking
2016-12-26 10:33:41 -05:00