aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct two paths in README.markdownTom Ryder2017-10-301-2/+2
* Replace PerlCritic HTTPS URL prefix with HTTPTom Ryder2017-10-302-2/+2
* Merge branch 'vim/vint'Tom Ryder2017-10-3011-29/+71
|\
| * Add a `lint-vim` target for linting Vim configTom Ryder2017-10-304-8/+54
| * 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
* Use consistent long-line indentTom Ryder2017-10-301-2/+2
* Merge two ftdetect rules for Muttrc filesTom Ryder2017-10-301-7/+1
* Clear autocommands in ftdetect augroupsTom Ryder2017-10-303-0/+3
* Revert dynamic filetype indent configurationTom Ryder2017-10-301-20/+11
* Configure indent dynamically based on filetypeTom Ryder2017-10-301-11/+20
* Remove vim/after installation from vim/bundleTom Ryder2017-10-301-2/+9
* Move vim/after/ftplugin files into vim/ftpluginTom Ryder2017-10-306-0/+6
* Set whitespace options for VimL locallyTom Ryder2017-10-301-3/+3
* Rename Makefile target for Vim plugin bundlesTom Ryder2017-10-301-9/+9
* Move PHP indent nixing into ~/.vim/indentTom Ryder2017-10-303-4/+10
* Move vim/after/ftdetect to vim/ftdetectTom Ryder2017-10-304-0/+6
* Move netrw.vim "after" script to plain configTom Ryder2017-10-301-0/+0
* Rebuild dotfiles(7) man page, remove double-headerTom Ryder2017-10-301-3/+0
* Specify path to indent settings in TABS.mdTom Ryder2017-10-301-1/+2
* Require minimum Vim version for background detectTom Ryder2017-10-291-1/+4
* Update submodulesTom Ryder2017-10-291-0/+0
* Merge branch 'vim/guess-background'Tom Ryder2017-10-293-7/+30
|\
| * Switch on COLORFGBG to get background lightnessTom Ryder2017-10-291-3/+26
| * Allow and track COLORFGBG/TERM env vars in tmuxTom Ryder2017-10-291-3/+1