aboutsummaryrefslogtreecommitdiff
path: root/vim/config
Commit message (Expand)AuthorAgeFilesLines
* Wrap detect_background.vim func call in 'silent!'Tom Ryder2017-11-041-1/+1
* Rename and refactor option toggle pluginTom Ryder2017-11-041-8/+8
* Move Vim background detection logic into pluginTom Ryder2017-11-041-25/+2
* Spin 'fo' toggle out into new flag toggler pluginTom Ryder2017-11-041-27/+8
* Spin copyable linebreak config into new pluginTom Ryder2017-11-041-34/+4
* Spin stable join config out into new pluginTom Ryder2017-11-041-21/+4
* Use <Plug> prefix, make space strip configurableTom Ryder2017-11-041-0/+2
* Move trailing space strip config into pluginTom Ryder2017-11-031-57/+0
* Separate command typos config to pluginTom Ryder2017-11-031-15/+0
* Move misplaced command.vim fileTom Ryder2017-11-031-1/+3
* Merge branch 'feature/vim-plugin' into developTom Ryder2017-11-021-28/+0
|\
| * Move Vim big file options config into pluginTom Ryder2017-11-021-28/+0
* | Move 'tildeop' setting to new case.vim fileTom Ryder2017-11-011-0/+0
* | Move 'shellpipe' setting to more logical locationTom Ryder2017-11-012-3/+3
|/
* 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
* Apply name conventions, scoping to Vim identifiersTom Ryder2017-10-309-19/+19
* Move viminfo conf from spell.vim into new subfileTom Ryder2017-10-302-12/+11
* Switch to VimL functions for whitespace stripperTom Ryder2017-10-301-4/+5
* Use ==# consistently in Vim configTom Ryder2017-10-303-5/+5
* Use conventional indent for continued VimL linesTom Ryder2017-10-303-6/+6
* Correct comment typoTom Ryder2017-10-301-1/+1
* Revert dynamic filetype indent configurationTom Ryder2017-10-301-20/+11
* Configure indent dynamically based on filetypeTom Ryder2017-10-301-11/+20
* Move netrw.vim "after" script to plain configTom Ryder2017-10-301-0/+11
* Require minimum Vim version for background detectTom Ryder2017-10-291-1/+4
* Switch on COLORFGBG to get background lightnessTom Ryder2017-10-291-3/+26
* Merge `filetype indent` with `filetype plugin`Tom Ryder2017-10-292-6/+1
* Move 'nrformats' .vimrc config into subfileTom Ryder2017-10-281-0/+3
* Move line-joining .vimrc config into subfileTom Ryder2017-10-281-0/+4