| .. |
|
actions.go
|
Change plugin callbacks to not only happen when a keybinding triggers the action
|
2016-08-16 11:43:36 -04:00 |
|
bindings.go
|
Rebind Home and End to StartOfLine and EndOfLine
|
2016-08-16 10:55:04 -04:00 |
|
buffer.go
|
Open help in a separate split
|
2016-07-14 13:01:02 -04:00 |
|
colorscheme.go
|
Change default colorscheme to monokai
|
2016-07-05 18:34:51 -04:00 |
|
command.go
|
Fix statusline and tabbar offsets
|
2016-08-11 13:50:59 -04:00 |
|
cursor.go
|
Pressing tab on a selection indents the selection
|
2016-08-02 18:30:36 -04:00 |
|
eventhandler.go
|
Fix diff remove problem in ApplyDiff
|
2016-06-11 11:23:05 -04:00 |
|
help.go
|
Improve help text and move to its own file
|
2016-04-24 08:31:42 -04:00 |
|
highlighter.go
|
Syntax highlighting optimization
|
2016-08-13 21:28:52 -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
|
Add some more comments
|
2016-07-10 13:26:24 -04:00 |
|
messenger.go
|
Remove backspace prompt cancelation
|
2016-08-02 09:45:41 -04:00 |
|
micro.go
|
Add HandleCommand and HandleShellCommand to plugin api
|
2016-08-13 11:44:30 -04:00 |
|
plugin.go
|
User plugins should replace default plugins
|
2016-08-14 15:29:02 -04:00 |
|
runtime.go
|
Fix recursive issue with go plugin
|
2016-08-16 13:46:33 -04:00 |
|
search.go
|
Replace rope with lineArray
|
2016-06-07 11:43:28 -04:00 |
|
settings.go
|
Fix statusline and tabbar offsets
|
2016-08-11 13:50:59 -04:00 |
|
split_tree.go
|
Set parents correctly on split nodes
|
2016-08-11 16:59:06 -04:00 |
|
stack.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
statusline.go
|
Open help in a separate split
|
2016-07-14 13:01:02 -04:00 |
|
tab.go
|
Fix statusline and tabbar offsets
|
2016-08-11 13:50:59 -04:00 |
|
util.go
|
Add some more comments
|
2016-07-10 13:26:24 -04:00 |
|
util_test.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
view.go
|
Change plugin callbacks to not only happen when a keybinding triggers the action
|
2016-08-16 11:43:36 -04:00 |