| .. |
|
actions.go
|
Correct the number of spaces to add when a tab is inserted at an offset cursor.
|
2016-09-04 15:50:39 +01:00 |
|
autocomplete.go
|
File autocomplete should now work on windows
|
2016-09-02 08:49:54 +02:00 |
|
bindings.go
|
Add default bindings for CtrlHome and CtrlEnd
|
2016-09-03 13:37:16 -04:00 |
|
buffer.go
|
Allow overwriting options with flags
|
2016-09-03 11:26:01 -04:00 |
|
colorscheme.go
|
Add "bubblegum" light colorscheme
|
2016-08-31 14:21:46 -04:00 |
|
command.go
|
exit conditional replace if no match is left
|
2016-09-04 09:29:26 +02:00 |
|
cursor.go
|
Add local settings for each buffer
|
2016-08-25 15:47:26 -04:00 |
|
eventhandler.go
|
Fix diff remove problem in ApplyDiff
|
2016-06-11 11:23:05 -04:00 |
|
help.go
|
Add tutorial.md to help files
|
2016-08-29 21:26:53 -04:00 |
|
highlighter.go
|
add dart syntax highlighting
|
2016-09-03 09:16:52 -07: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
|
Fix cursor problem in LetterPrompt
|
2016-09-04 11:19:53 -04:00 |
|
micro.go
|
Fix various infobar bugs
|
2016-09-03 13:28:48 -04:00 |
|
plugin.go
|
Fix bug with init.lua
|
2016-08-25 17:29:58 -04:00 |
|
runtime.go
|
Update runtime
|
2016-09-04 11:36:25 -04:00 |
|
search.go
|
Add local settings for each buffer
|
2016-08-25 15:47:26 -04:00 |
|
settings.go
|
Add newline to end of settings.json
|
2016-09-04 10:10:57 -04:00 |
|
split_tree.go
|
Add infobar option to disable the message line
|
2016-08-31 11:16:22 -04:00 |
|
stack.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
statusline.go
|
Add filetype as an option
|
2016-08-25 15:48:02 -04:00 |
|
tab.go
|
Add infobar option to disable the message line
|
2016-08-31 11:16:22 -04:00 |
|
util.go
|
Fix various small details and update readme
|
2016-08-28 16:28:28 -04:00 |
|
util_test.go
|
Fix various small details and update readme
|
2016-08-28 16:28:28 -04:00 |
|
view.go
|
Fix cursor problem in LetterPrompt
|
2016-09-04 11:19:53 -04:00 |