aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-199-18/+32
|
* Inline option resets and undos in Vim C ftpluginTom Ryder2019-06-191-6/+4
|
* Add 'define' option reset to Vim C ftpluginTom Ryder2019-06-191-1/+2
|
* Remove unnecessary :setlocal commandsTom Ryder2019-06-191-22/+22
|
* Update vim-quickfix-auto-open to v2.2.1Tom Ryder2019-06-191-0/+0
|
* Update vim-quickfix-auto-open to v2.2.0Tom Ryder2019-06-191-0/+0
|
* Update vim-cursorline-current to v3.0.0Tom Ryder2019-06-191-0/+0
|
* Correct ColorScheme event handling for old VimTom Ryder2019-06-191-3/+8
|
* Join conditionalsTom Ryder2019-06-181-4/+2
|
* Break up 'wildignore' listTom Ryder2019-06-181-12/+71
|
* Adjust boolean condition for stridx()Tom Ryder2019-06-181-2/+2
|
* Define Perl::Critic config files as .ini formatTom Ryder2019-06-181-1/+3
|
* Inline a script-local variable in vimrcTom Ryder2019-06-181-5/+4
|
* Swap two termsTom Ryder2019-06-181-1/+1
|
* Adjust paste_insert.vim to :set paste pre-insertTom Ryder2019-06-181-2/+2
| | | | This avoids indenting rules applying before 'paste' can prevent it.
* Extend default 'encoding' check in vimrcTom Ryder2019-06-181-2/+3
|
* Add some more commentaryTom Ryder2019-06-181-7/+13
|
* More Vim compatibility tweaksTom Ryder2019-06-181-4/+6
|
* Adjust ~/.vimrc 'compatible'/tiny/old Vim handlingTom Ryder2019-06-181-11/+12
|
* Adjust comment for POSIXY_CORRECT switchTom Ryder2019-06-181-2/+2
|
* Don't spellcheck stuff that isn't actually HTMLTom Ryder2019-06-181-2/+3
|
* Have Vim respect POSIXLY_CORRECTTom Ryder2019-06-181-0/+6
|
* Continue faffing around with vimrc conditionalsTom Ryder2019-06-181-12/+8
|
* Check for sahara.vim suitability more carefullyTom Ryder2019-06-171-2/+4
|
* Adjust commentTom Ryder2019-06-171-7/+6
|
* Correct variable referenceTom Ryder2019-06-171-1/+1
|
* Use slightly more readable quoting for regexesTom Ryder2019-06-172-3/+3
|
* Simplify a vimrc compound conditional with get()Tom Ryder2019-06-171-4/+1
|
* Update vim-quickfix-auto-open to v2.1.0Tom Ryder2019-06-171-0/+0
|
* Correct existence check for Vim strftime() funcTom Ryder2019-06-171-1/+1
|
* Remove a now-inaccurate commentTom Ryder2019-06-171-12/+0
|
* Remove a blank lineTom Ryder2019-06-171-1/+0
|
* Add load guards to Vim plugins not spun out yetTom Ryder2019-06-172-2/+2
|
* Adjust comma position in broken linesTom Ryder2019-06-171-3/+3
|
* Overhaul local Vim spellfile word list pluginTom Ryder2019-06-173-19/+89
|
* Refactor select_old_files.vim to allow countTom Ryder2019-06-162-5/+15
|
* Enhance load guard or select_old_files.vimTom Ryder2019-06-161-1/+1
|
* Add <Plug>SelectOldFiles mappingTom Ryder2019-06-162-2/+3
|
* Add a rough normal mode map to repeat with bangTom Ryder2019-06-161-0/+3
|
* Refactor and fix arg errors in put_date.vim pluginTom Ryder2019-06-162-5/+5
|
* Consolidate utc.vim and put_date.vim into latterTom Ryder2019-06-165-16/+24
|
* Document choice of format for PutDate()Tom Ryder2019-06-161-1/+2
|
* More comment correctionsTom Ryder2019-06-161-2/+2
|
* Add 'foldlevel' setting mapsTom Ryder2019-06-161-0/+9
| | | | | Not sure I'll keep these; nine keys for what's really one function seems a bit wasteful, but I'm not using any of them yet.
* Strip a trailing spaceTom Ryder2019-06-161-1/+1
|
* Turn on 'showmatch' if matchparen.vim not thereTom Ryder2019-06-161-0/+10
|
* Map double-tap comma back to old functionalityTom Ryder2019-06-161-0/+10
|
* Spruce up mapping commentsTom Ryder2019-06-161-4/+9
|
* Adapt :browse :oldfiles mapping into pluginTom Ryder2019-06-163-1/+14
| | | | | Just to avoid a hit-enter prompt by limiting it to just short of the vertical size of the screen, with a temporary array slice of v:oldfiles.
* Add <Leader>,o mapping to :browse :oldfilesTom Ryder2019-06-161-0/+3
|