| .. |
|
bindings.go
|
Resize the view correctly when there is only one tab left
|
2016-06-08 14:38:15 -04:00 |
|
buffer.go
|
Create tab struct and reorganize tab bar
|
2016-06-08 13:26:50 -04:00 |
|
colorscheme.go
|
Use a map for settings instead of a struct
|
2016-04-30 11:39:48 -04:00 |
|
command.go
|
Create tab struct and reorganize tab bar
|
2016-06-08 13:26:50 -04:00 |
|
cursor.go
|
Replace rope with lineArray
|
2016-06-07 11:43:28 -04:00 |
|
eventhandler.go
|
Fix bug with pasting with new Location system
|
2016-06-07 18:24:13 -04:00 |
|
help.go
|
Improve help text and move to its own file
|
2016-04-24 08:31:42 -04:00 |
|
highlighter.go
|
Replace rope with lineArray
|
2016-06-07 11:43:28 -04:00 |
|
lineArray.go
|
Fix multiline remove in lineArray
|
2016-06-08 10:21:27 -04:00 |
|
loc.go
|
Fix glitch with undo
|
2016-06-07 16:10:39 -04:00 |
|
messenger.go
|
Check if the file being edited has been modified by an external program
|
2016-05-29 17:58:06 -04:00 |
|
micro.go
|
Create tab struct and reorganize tab bar
|
2016-06-08 13:26:50 -04:00 |
|
plugin.go
|
Add support for user-created commands
|
2016-05-30 13:38:50 -04:00 |
|
runtime.go
|
Create tab struct and reorganize tab bar
|
2016-06-08 13:26:50 -04:00 |
|
search.go
|
Replace rope with lineArray
|
2016-06-07 11:43:28 -04:00 |
|
settings.go
|
Add cursorline option
|
2016-06-01 10:05:17 -04:00 |
|
stack.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
statusline.go
|
Create tab struct and reorganize tab bar
|
2016-06-08 13:26:50 -04:00 |
|
tab.go
|
Don't display the tab bar if only one tab is open
|
2016-06-08 13:29:24 -04:00 |
|
util.go
|
Replace rope with lineArray
|
2016-06-07 11:43:28 -04:00 |
|
util_test.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
view.go
|
Resize the view correctly when there is only one tab left
|
2016-06-08 14:38:15 -04:00 |