micro/cmd/micro
Joe Tsai 7c3425a012 fix offset calculation for column ruler
The calculation for the column ruler index should:
* include the offset for the line numbers gutter
* not include the leftmost column since ruler should scroll with the pane

Fixes #379
2016-09-28 13:40:48 -07:00
..
actions.go possibility to show a log view 2016-09-26 19:08:37 +02:00
autocomplete.go Add function to load runtime files from a directory for a plugin 2016-09-16 16:15:44 -04:00
bindings.go Fix typo 2016-09-26 12:08:35 -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 HSplit log, and update docs 2016-09-27 14:29:55 -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 don't use undo / redo history for log buffer. 2016-09-28 15:47:31 +02: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
rtfiles.go Merge pull request #371 from boombuler/plugins 2016-09-24 14:09:02 -04:00
runtime.go Add 'autosave' option 2016-09-28 13:07:05 -04:00
search.go Copy to primary clipboard for any change in selection 2016-09-04 21:19:14 -04:00
settings.go Add 'autosave' option 2016-09-28 13:07:05 -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 possibility to show a log view 2016-09-26 19:08:37 +02:00
tab.go Resize tabs more often 2016-09-08 17:30:41 -04:00
util.go Revert "fixes #379" 2016-09-28 14:07:17 -04:00
util_test.go fixed directory completion on windows 2016-09-14 16:15:49 +02:00
view.go fix offset calculation for column ruler 2016-09-28 13:40:48 -07:00