aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove mapping loop from normal CTRL-L in vimrcTom Ryder2019-05-291-2/+2
| | | | Duh...
* Update vim-sahara to v1.4.0Tom Ryder2019-05-291-0/+0
|
* Adjust insert mode CTRL-L mappingTom Ryder2019-05-291-5/+3
|
* Compact 'wildignore' setting a bitTom Ryder2019-05-291-3/+1
|
* Update vim-vertical-region to v1.3.0Tom Ryder2019-05-291-0/+0
|
* Use :map then :sunmap to abbreviate nox mappingsTom Ryder2019-05-291-6/+4
|
* Update vim-colon-operator to v0.5.0Tom Ryder2019-05-291-0/+0
|
* Update vim-digraph-search to v1.0.0Tom Ryder2019-05-291-0/+0
|
* Add 'indent' and 'eol' flags to 'backspace'Tom Ryder2019-05-291-3/+3
| | | | | | | | | | It's annoying not being able to remove the indent in e.g. heredocs, and I feel that being able to do so is still philosophically consistent, because the spaces were inserted during that insert operation. Newlines were, too. What I don't want to do, at least not just yet, is add 'start', because I should be using normal mode commands for such deletions.
* Update vim-vertical-region to v1.2.0Tom Ryder2019-05-291-0/+0
|
* Update vim-put-blank-lines to v4.0.0Tom Ryder2019-05-291-0/+0
|
* Update vim-toggle-flags to v3.0.0Tom Ryder2019-05-291-0/+0
|
* Refine version check for :compiler scriptsTom Ryder2019-05-298-8/+8
| | | | | | | The %:S modifier for shell escaping was added in 7.4.191, and the nicer syntax for checking patch levels not much later in 7.4.237. Bring the minimum version of Vim for the compiler scripts down just a bit, since it's not too much more reading and can still stay on one line.
* Limit :CompilerSet coloring to compiler/*.vimTom Ryder2019-05-291-16/+20
|
* Color Vim script :CompilerSet commands betterTom Ryder2019-05-291-0/+17
|
* Overhaul Vim :compiler scriptsTom Ryder2019-05-298-107/+28
| | | | | | | | * Drop support for everything before Vim 8.0; this is mostly because of the requirement of %:S for safe 'makeprg' handling; it's not likely that I'll do much development on anything older than v8.0 anymore * Remove :CompilerSet definition for ancient Vims * Add brief comments and URLs to top of file
* Remove vim-cmdwin-ctrlc pluginTom Ryder2019-05-291-0/+0
| | | | I'm not using it.
* Update vim-equalalways-resized to v0.3.0Tom Ryder2019-05-291-0/+0
|
* Update vim-shebang-change-filetype to v0.2.0Tom Ryder2019-05-291-0/+0
|
* Update vim-scroll-next to v2.0.0Tom Ryder2019-05-291-0/+0
|
* Remove vim-uncap-ex pluginTom Ryder2019-05-291-0/+0
| | | | | It's long for what it does, and most of it doesn't get used. It's also maybe not the best idea to "teach the mistake".
* Update vim-shebang-create-exec to v1.1.0Tom Ryder2019-05-291-0/+0
|
* Update vim-shebang-create-exec to v1.0.1Tom Ryder2019-05-291-0/+0
|
* Update vim-shebang-create-exec to v1.0.0Tom Ryder2019-05-291-0/+0
|
* Update vim-squeeze-repeat-blanks to v0.4.0Tom Ryder2019-05-281-0/+0
|
* Update vim-foldlevelstart-stdin to v1.1.0Tom Ryder2019-05-281-0/+0
|
* Update vim-insert-cancel to v6.0.0Tom Ryder2019-05-281-0/+0
|
* Update to vim-insert-cancel v5.0.0Tom Ryder2019-05-281-0/+0
|
* Update vim-scroll-next to v1.0.0Tom Ryder2019-05-281-0/+0
|
* Update vim-scroll-next to v0.3.0Tom Ryder2019-05-281-0/+0
|
* Don't split entire array just to get first elementTom Ryder2019-05-271-1/+3
|
* Whoops, I didn't mean to leave these in hereTom Ryder2019-05-271-11/+0
|
* Refine apostrophe matching for mail greetingsTom Ryder2019-05-271-2/+2
|
* Update vim-vimrc-reload-filetype to v1.0.0Tom Ryder2019-05-261-0/+0
|
* Update vim-insert-timeout to v1.0.1Tom Ryder2019-05-261-0/+0
|
* Update vim-quickfix-auto-open to v1.0.0Tom Ryder2019-05-261-0/+0
|
* Adjust a concatenated stringTom Ryder2019-05-251-3/+1
|
* Update vim-insert-suspend-hlsearch to v1.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-quickfix-auto-open to v1.0.0Tom Ryder2019-05-252-0/+11
|
* Update vim-copy-linebreak to v1.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-paste-open to v2.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-cursorline-current to v0.4.0Tom Ryder2019-05-251-0/+0
|
* Update vim-insert-cancel to v4.0.0Tom Ryder2019-05-251-0/+0
|
* Move 'viminfofile'Tom Ryder2019-05-251-1/+1
|
* Update vim-toggle-flags to v2.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-strip-trailing-whitespace to v3.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-big-file-options to v2.0.0Tom Ryder2019-05-251-0/+0
|
* Update vim-regex-escape to v1.0.0Tom Ryder2019-05-251-0/+0
|
* Adjust some conditionals a bit moreTom Ryder2019-05-251-10/+9
|
* Tolerate smart quotes in g'dayTom Ryder2019-05-251-1/+1
| | | | My dad just sent me one.