| .. |
|
highlight
|
Throw error if there is no detect regex
|
2017-06-22 10:42:06 -04:00 |
|
vendor
|
Update tcell
|
2017-08-01 10:12:10 -04:00 |
|
actions.go
|
OutdentSelection works on all cases (whatever tabsize or tabstospace values)
|
2017-08-01 22:42:42 +02:00 |
|
actions_other.go
|
Expand support for Suspend to OSX, BSD, Solaris
|
2017-07-31 20:05:34 -04:00 |
|
actions_posix.go
|
Expand support for Suspend to OSX, BSD, Solaris
|
2017-07-31 20:05:34 -04:00 |
|
autocomplete.go
|
Add colorscheme complete function
|
2017-02-23 16:32:33 -05:00 |
|
bindings.go
|
Add support for xterm CtrlPgUp and CtrlPgDn keys.
|
2017-06-19 19:37:55 +02:00 |
|
buffer.go
|
Always use custom syntax files over default
|
2017-07-23 20:22:47 -04:00 |
|
cellview.go
|
use space for indentchar if empty, fixes #660
|
2017-05-12 16:32:24 -07:00 |
|
colorscheme.go
|
Use new syntax highlighting engine from zyedidia/highlight
|
2017-02-26 11:14:35 -05:00 |
|
command.go
|
Optimize search
|
2017-07-08 15:03:35 -04:00 |
|
cursor.go
|
Store visual x when cursor loc moves in certain cases
|
2017-07-15 17:52:56 -04:00 |
|
eventhandler.go
|
Move cursor selections on Insert or Remove
|
2017-06-25 19:14:01 -04:00 |
|
highlighter.go
|
Optimize memory usage for loading syntax files
|
2017-05-02 10:30:27 -04:00 |
|
job.go
|
Use shell to parse command when using JobStart
|
2016-12-09 10:34:39 -05:00 |
|
lineArray.go
|
Disallow view switching during a search
|
2017-05-05 10:52:09 -04:00 |
|
loc.go
|
Make cursor movement automatic on insert + remove
|
2017-06-15 18:52:51 -04:00 |
|
messenger.go
|
multi-byte characters are overlapped in prompt message (#745)
|
2017-07-20 22:18:15 -04:00 |
|
micro.go
|
Remove unused variables
|
2017-07-31 18:46:52 -04:00 |
|
plugin.go
|
Add functionality for binding mouse buttons
|
2017-06-11 17:49:59 -04: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 plugins to create runtime files from strings
|
2017-04-15 14:45:44 -04:00 |
|
runtime.go
|
Rebuild runtime.go.
|
2017-07-17 07:21:38 +02:00 |
|
search.go
|
Optimize search
|
2017-07-08 15:03:35 -04:00 |
|
settings.go
|
Add tabmovement option
|
2017-05-05 12:04:18 -04:00 |
|
split_tree.go
|
Use new syntax highlighting engine from zyedidia/highlight
|
2017-02-26 11:14:35 -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
|
Add SaveAll command and display + for modified tabs
|
2017-05-05 11:05:23 -04:00 |
|
util.go
|
Implement Spaces() with with strings.Repeat()
|
2017-06-14 19:47:40 +00:00 |
|
util_test.go
|
fixes #379 (second try)
|
2016-09-28 21:54:34 +02:00 |
|
view.go
|
Deselect with mouse
|
2017-06-17 11:05:23 -04:00 |