aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Reload indent global defaults before each filetypeTom Ryder2017-10-313-0/+9
* Use clunkier, more compatible indent option resetTom Ryder2017-10-311-6/+5
* Remove duplicated 'encoding' Vim configurationTom Ryder2017-10-311-5/+0
* Complete a partially-written commentTom Ryder2017-10-311-1/+1
* Show Vim option values after leader-key toggleTom Ryder2017-10-305-13/+12
* Toggle Vim 'hlsearch' and 'incsearch' locallyTom Ryder2017-10-301-4/+4
* Note that StripTrailingWhitespace() does whole docTom Ryder2017-10-301-1/+1
* Move 'joinspaces' Vim config to join subfileTom Ryder2017-10-302-4/+3
* Reimplement stable normal-mode J join mappingTom Ryder2017-10-301-4/+24
* Add some comments to 'formatoptions' switchingTom Ryder2017-10-301-0/+10
* Move execution out of 'formatoptions' conditionalTom Ryder2017-10-301-2/+3
* Use full `execute` command, not `exec`Tom Ryder2017-10-301-2/+2
* Use clearer method for 'formatoptions' flag toggleTom Ryder2017-10-301-2/+5
* Use explicit case-sensitive 'formatoptions' matchTom Ryder2017-10-301-1/+1
* Switch on local formatoptions setting, not globalTom Ryder2017-10-301-1/+1
* Append "usetab" to `switchbuf`, not switched setTom Ryder2017-10-301-4/+2
* Adjust commenting and spacing of Vim wrap configTom Ryder2017-10-301-3/+18
* Keep 'breakindent'-available flag in script varTom Ryder2017-10-301-3/+5
* Rearrange two options for clarityTom Ryder2017-10-301-4/+4
* Toggle 'wrap' and related Vim options locallyTom Ryder2017-10-301-8/+8
* Move linebreak Vim config into wrap config subfileTom Ryder2017-10-302-31/+32
* Add line deletion to StripTrailingWhitespace()Tom Ryder2017-10-301-0/+26
* Add some comments to Vim StripTrailingWhitespace()Tom Ryder2017-10-301-0/+18
* Backport StripTrailingWhitespace to pre-for VimTom Ryder2017-10-301-2/+4
* Move 'encoding' Vim config into subfileTom Ryder2017-10-301-0/+4
* Remote `scriptencoding` definitionTom Ryder2017-10-301-2/+1
* Apply name conventions, scoping to Vim identifiersTom Ryder2017-10-3015-26/+26
* Move viminfo conf from spell.vim into new subfileTom Ryder2017-10-302-12/+11
* Merge branch 'vim/vint'Tom Ryder2017-10-307-21/+17
|\
| * Switch to VimL functions for whitespace stripperTom Ryder2017-10-301-4/+5
| * Use `normal!` not `normal` in Vim config macroTom Ryder2017-10-301-4/+4
| * Use single-quoted string in gvimrcTom Ryder2017-10-301-1/+1
| * Remove 'nocompatible' settingTom Ryder2017-10-301-5/+0
| * Use ==# consistently in Vim configTom Ryder2017-10-304-7/+7
* | Move non-indent HTML Vim config indent->ftpluginTom Ryder2017-10-302-12/+11
|/
* Update submodulesTom Ryder2017-10-301-0/+0
* Use conventional indent for continued VimL linesTom Ryder2017-10-308-23/+23
* Correct comment typoTom Ryder2017-10-301-1/+1
* Rearrange and better explain ksh syntax workaroundTom Ryder2017-10-303-16/+23
* Correct a path in vim/after/syntax/sh.vimTom Ryder2017-10-301-3/+2
* Update submodulesTom Ryder2017-10-301-0/+0
* Use correct syntax for numeric indent resetsTom Ryder2017-10-301-3/+3
* Use version guard around numeric indent resetsTom Ryder2017-10-301-3/+8
* Use backward-compat syntax for reset indent optsTom Ryder2017-10-301-3/+3
* Add autoindent and expandtab to indent _GLOBALTom Ryder2017-10-301-0/+2
* Use a common file to restore global indent optsTom Ryder2017-10-306-31/+17
* Move filetype-specific indent options into indent/Tom Ryder2017-10-3010-14/+13
* Add some more file-specific indent preferencesTom Ryder2017-10-305-0/+33
* Add detection, tweak indent/whitespace for CSV/TSVTom Ryder2017-10-304-0/+20
* Use :setfiletype in lieu of :setlocal filetype=Tom Ryder2017-10-303-5/+5