aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Don't suggest mappings in Vim plugin commentsTom Ryder2017-11-044-6/+0
* Move Vim background detection logic into pluginTom Ryder2017-11-042-25/+20
* Spin 'fo' toggle out into new flag toggler pluginTom Ryder2017-11-042-27/+62
* Spin copyable linebreak config into new pluginTom Ryder2017-11-042-34/+40
* Spin stable join config out into new pluginTom Ryder2017-11-042-21/+30
* Use <Plug> prefix, make space strip configurableTom Ryder2017-11-042-4/+8
* Rename a misnamed variable in big_file.vimTom Ryder2017-11-041-4/+4
* Rename bigfile plugin to big_fileTom Ryder2017-11-042-13/+13
* Move trailing space strip config into pluginTom Ryder2017-11-031-0/+0
* Separate command typos config to pluginTom Ryder2017-11-032-15/+14
* Move misplaced command.vim fileTom Ryder2017-11-032-40/+3
* Merge branch 'feature/vim-plugin' into developTom Ryder2017-11-023-28/+72
|\
| * Have bigfileturn local syntax off (configurably)Tom Ryder2017-11-021-0/+10
| * Make bigfile 'synmaxcol' setting configurableTom Ryder2017-11-021-2/+7
| * Refactor plugin function for dependency injectionTom Ryder2017-11-021-13/+21
| * Rename variable and autocmd to use plugin prefixTom Ryder2017-11-021-4/+4
| * Make bigfile size variable an option with defaultTom Ryder2017-11-021-2/+4
| * Expand comment header for bigfile.vimTom Ryder2017-11-021-1/+8
| * Move Vim big file options config into pluginTom Ryder2017-11-022-0/+12
* | 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
* | Make 'shellslash' setting conditional on featureTom Ryder2017-11-011-0/+39
|/
* Correct variable name in commentTom Ryder2017-11-011-3/+2
* Remove extraneous spacing between wordsTom Ryder2017-11-011-1/+1
* 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