| .. |
|
actions.go
|
Add 'Unsplit' action and VSplit and HSplit actions
|
2016-10-04 11:08:32 -04:00 |
|
autocomplete.go
|
new command plugin list
|
2016-10-01 07:37:20 +02:00 |
|
bindings.go
|
Add 'Unsplit' action and VSplit and HSplit actions
|
2016-10-04 11:08:32 -04: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
|
Improve plugin manager error feedback
|
2016-10-06 13:39:57 -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
|
Temporary fix for plugin panic
|
2016-10-07 20:34:03 -04:00 |
|
micro.go
|
Add 'autosave' option
|
2016-09-28 13:07:05 -04:00 |
|
plugin.go
|
load plugins as rt-files
|
2016-09-19 14:40:56 +02:00 |
|
pluginmanager.go
|
Temporary fix for plugin panic
|
2016-10-07 20:34:03 -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
|
Update docs and readme
|
2016-10-06 20:36:37 -04:00 |
|
search.go
|
Copy to primary clipboard for any change in selection
|
2016-09-04 21:19:14 -04:00 |
|
settings.go
|
Use official plugin channel
|
2016-10-05 17:57:03 -04:00 |
|
split_tree.go
|
Fix more tabnum issues
|
2016-09-30 07:29:24 -04:00 |
|
stack.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
statusline.go
|
possibility to show a log view
|
2016-09-26 19:08:37 +02:00 |
|
tab.go
|
Fix SplitTree tab index
|
2016-09-29 14:23:25 -04:00 |
|
util.go
|
fixes #379 (second try)
|
2016-09-28 21:54:34 +02:00 |
|
util_test.go
|
fixes #379 (second try)
|
2016-09-28 21:54:34 +02:00 |
|
view.go
|
Use default foreground for empty indent chars
|
2016-10-10 18:40:21 -04:00 |