aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.44.0'v1.44.0Tom Ryder2018-08-045-7/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.44.0: Bump VERSION Update cursorline_current.vim plugin to hotfix Spin cursorline_current.vim out into plugin Make insert-mode cursorline ducking configurable Remove conditionals for 'cursorline' hooks Remove illegal :wincmd range prefix Require Vim 7 for cursorline_current.vim Add cursorline_current.vim plugin Correct comments on Vim maps to show mappings Correct start-of-line jumps in Vim line exec maps
| * Bump VERSIONTom Ryder2018-08-041-2/+2
| |
| * Update cursorline_current.vim plugin to hotfixTom Ryder2018-08-041-0/+0
| |
| * Spin cursorline_current.vim out into pluginTom Ryder2018-08-043-75/+3
| |
| * Make insert-mode cursorline ducking configurableTom Ryder2018-08-041-2/+5
| |
| * Remove conditionals for 'cursorline' hooksTom Ryder2018-08-041-15/+9
| | | | | | | | | | The version check for Vim 7 and the feature checks for +autocmd and +windows should be good enough.
| * Remove illegal :wincmd range prefixTom Ryder2018-08-041-1/+2
| | | | | | | | | | Vim 7 doesn't allow a window prefix for :windo, so just break it into two steps instead.
| * Require Vim 7 for cursorline_current.vimTom Ryder2018-08-041-1/+1
| | | | | | | | Most of the autocmd events are Vim 7, and there's a :for there too.
| * Add cursorline_current.vim pluginTom Ryder2018-08-043-0/+82
| | | | | | | | | | Also turn on 'cursorline' option in .vimrc, and update sahara.vim colorscheme, which has a nice subdued 'cursorline'.
| * Correct comments on Vim maps to show mappingsTom Ryder2018-08-041-2/+2
| | | | | | | | The :map command does not show, for example, insert mode mappings.
| * Correct start-of-line jumps in Vim line exec mapsTom Ryder2018-08-041-3/+3
| | | | | | | | | | | | | | g^ moves to the first non-blank character of the screen line, for use when 'wrap' is on. I just wanted ^. g_ is correct, though.
| * Merge branch 'release/v1.43.0' into developTom Ryder2018-08-041-2/+2
| |\ | | | | | | | | | | | | * release/v1.43.0: Bump VERSION
* | \ Merge branch 'release/v1.43.0'v1.43.0Tom Ryder2018-08-044-5/+82
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.43.0: Bump VERSION Make Perl boilerplate mapping silent Add Perl boilerplate generation mapping Correct a comment Tidy mapping definition for \< Add mapping to flag mail messages as unimportant
| * | Bump VERSIONTom Ryder2018-08-041-2/+2
| |/
| * Make Perl boilerplate mapping silentTom Ryder2018-08-041-1/+1
| |
| * Add Perl boilerplate generation mappingTom Ryder2018-08-041-0/+64
| |
| * Correct a commentTom Ryder2018-08-031-1/+1
| |
| * Tidy mapping definition for \<Tom Ryder2018-08-031-2/+2
| |
| * Add mapping to flag mail messages as unimportantTom Ryder2018-08-031-0/+13
| |
| * Merge branch 'release/v1.42.0' into developTom Ryder2018-08-032-3/+3
| |\ | | | | | | | | | | | | | | | * release/v1.42.0: Rebuild dotfiles(7) man page Bump VERSION
* | \ Merge branch 'release/v1.42.0'v1.42.0Tom Ryder2018-08-039-7/+130
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.42.0: Rebuild dotfiles(7) man page Bump VERSION Remove unsupported pandoc(1) option Remove j/gj,k/gk maps again Revert "Remove & remaps" Add some experimental :vimgrep and :helpgrep maps Use g_ instead of $ for yanking command lines Correct \: mapping Round out execution mappings Use \! instead of \@ for line-execute Add 'confirm' Add \@ mapping to execute lines with 'shell' Revert "Remove j/gj remappings" Add leader mappings for < and > Check for existence of +completeopt Add longest and menuone to 'completeopt' Add equalalways_resized.vim plugin Remove trailing space from Vim plugin Add missing abort attribute to plugin Add scroll_next.vim plugin Don't set up 'wildignore' in &compatible mode Add foldlevelstart_stdin.vim plugin Correct syntax of new map Try an expanded mapping for <Space> Remove backspace mapping Update insert_cancel.vim plugin
| * | Rebuild dotfiles(7) man pageTom Ryder2018-08-031-1/+1
| | |
| * | Bump VERSIONTom Ryder2018-08-031-2/+2
| |/
| * Remove unsupported pandoc(1) optionTom Ryder2018-08-031-1/+1
| | | | | | | | | | It doesn't seem to change anything anyway--I probably just cargo-culted it.
| * Remove j/gj,k/gk maps againTom Ryder2018-08-031-6/+0
| | | | | | | | I'm having some trouble deciding on these.
| * Revert "Remove & remaps"Tom Ryder2018-08-021-0/+6
| | | | | | | | | | | | This reverts commit 5a9fbcf87cdf4513d3598700b6c6c4ec83dca139. I misread the description of g&.
| * Add some experimental :vimgrep and :helpgrep mapsTom Ryder2018-08-021-0/+5
| |
| * Use g_ instead of $ for yanking command linesTom Ryder2018-08-021-3/+3
| | | | | | | | Excludes trailing spaces that way
| * Correct \: mappingTom Ryder2018-08-021-1/+1
| | | | | | | | Missing yank!
| * Round out execution mappingsTom Ryder2018-08-021-2/+8
| | | | | | | | | | We'll clobber "z for now. I might rewrite this to be functional at some point, but I do rather like that these all work with vim-tiny.
| * Use \! instead of \@ for line-executeTom Ryder2018-08-021-2/+2
| |
| * Add 'confirm'Tom Ryder2018-08-021-0/+3
| | | | | | | | | | I'm not sure I'll like this, but it's worth a go instead of manually adding bangs to each command.
| * Add \@ mapping to execute lines with 'shell'Tom Ryder2018-08-021-0/+3
| |
| * Revert "Remove j/gj remappings"Tom Ryder2018-08-011-0/+6
| | | | | | | | | | | | I missed them. This reverts commit 5b06161ece5f72b3de4ad064ed62986a68ffc93f.
| * Add leader mappings for < and >Tom Ryder2018-08-011-0/+4
| |
| * Check for existence of +completeoptTom Ryder2018-08-011-4/+6
| |
| * Add longest and menuone to 'completeopt'Tom Ryder2018-08-011-0/+4
| |
| * Add equalalways_resized.vim pluginTom Ryder2018-08-011-0/+27
| | | | | | | | | | Extend the 'equalalways' option to rebalance the windows when Vim is resized.
| * Remove trailing space from Vim pluginTom Ryder2018-08-011-1/+1
| |
| * Add missing abort attribute to pluginTom Ryder2018-08-011-1/+1
| |
| * Add scroll_next.vim pluginTom Ryder2018-07-312-2/+35
| |
| * Don't set up 'wildignore' in &compatible modeTom Ryder2018-07-301-1/+1
| | | | | | | | | | Vim doesn't understand line continuation characters in compatible mode, and I don't like the temporary &cpo hack.
| * Add foldlevelstart_stdin.vim pluginTom Ryder2018-07-301-0/+28
| | | | | | | | This makes 'foldlevelstart' work for stdin reads.
| * Correct syntax of new mapTom Ryder2018-07-271-1/+1
| |
| * Try an expanded mapping for <Space>Tom Ryder2018-07-271-0/+3
| | | | | | | | If at the end of the file, change to the next file in the argument list.
| * Remove backspace mappingTom Ryder2018-07-261-2/+1
| | | | | | | | I keep hitting it accidentally.
| * Update insert_cancel.vim pluginTom Ryder2018-07-261-0/+0
| |
| * Merge branch 'hotfix/v1.41.1' into developTom Ryder2018-07-262-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v1.41.1: Bump VERSION Upgrade digraph_search.vim plugin
| * \ Merge branch 'release/v1.41.0' into developTom Ryder2018-07-261-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.41.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.41.1'v1.41.1Tom Ryder2018-07-262-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.41.1: Bump VERSION Upgrade digraph_search.vim plugin