aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.42.0'v0.42.0Tom Ryder2018-06-023-9/+2
|\ | | | | | | | | | | | | * release/v0.42.0: Bump VERSION Update Vim submodules Remove 'nocompatible' tolerance from .vintrc
| * Bump VERSIONTom Ryder2018-06-021-2/+2
| |
| * Update Vim submodulesTom Ryder2018-06-021-0/+0
| |
| * Remove 'nocompatible' tolerance from .vintrcTom Ryder2018-06-021-7/+0
| | | | | | | | | | | | | | Eliding the check for the presence of 'nocompatible' in my Vim configuration is no longer necessary since 2505497, when the approach to managing compatibility mode changed to toggle only the offending 'C' flag.
| * Merge branch 'hotfix/v0.41.1' into developTom Ryder2018-06-023-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v0.41.1: Bump VERSION Properly remove submodule dirs
| * \ Merge branch 'release/v0.41.0' into developTom Ryder2018-06-021-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v0.41.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v0.41.1'v0.41.1Tom Ryder2018-06-023-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v0.41.1: Bump VERSION Properly remove submodule dirs
| * | | Bump VERSIONTom Ryder2018-06-021-2/+2
| | | |
| * | | Properly remove submodule dirsTom Ryder2018-06-022-0/+0
|/ / /
* | | Merge branch 'release/v0.41.0'v0.41.0Tom Ryder2018-06-026-11/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v0.41.0: Bump VERSION Remove abolish.vim and commentary.vim Remove unimpaired.vim
| * | Bump VERSIONTom Ryder2018-06-021-2/+2
| |/
| * Remove abolish.vim and commentary.vimTom Ryder2018-06-021-6/+0
| | | | | | | | Not using them much if at all anymore.
| * Remove unimpaired.vimTom Ryder2018-06-025-3/+15
| | | | | | | | | | | | Replace it with new plugin put_blank_lines.vim and new mappings to cycle between open buffers: the only features from the plugin that I actually use in recent memory.
| * Merge branch 'release/v0.40.0' into developTom Ryder2018-06-011-2/+2
| |\ | | | | | | | | | | | | * release/v0.40.0: Bump VERSION
* | \ Merge branch 'release/v0.40.0'v0.40.0Tom Ryder2018-06-012-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.40.0: Bump VERSION Update Vim plugin submodules
| * | Bump VERSIONTom Ryder2018-06-011-2/+2
| |/
| * Update Vim plugin submodulesTom Ryder2018-06-011-0/+0
| |
| * Merge branch 'release/v0.39.0' into developTom Ryder2018-06-011-2/+2
| |\ | | | | | | | | | | | | * release/v0.39.0: Bump VERSION
* | \ Merge branch 'release/v0.39.0'v0.39.0Tom Ryder2018-06-013-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v0.39.0: Bump VERSION Update submodules
| * | Bump VERSIONTom Ryder2018-06-011-2/+2
| |/
| * Update submodulesTom Ryder2018-06-012-0/+0
| |
| * Merge branch 'hotfix/v0.38.2' into developTom Ryder2018-05-313-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v0.38.2: Bump VERSION Update submodules with Vim lint fixes
| * \ Merge branch 'hotfix/v0.38.1' into developTom Ryder2018-05-312-3/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v0.38.1: Bump VERSION Update vim-lint script to reflect changes
| * \ \ Merge branch 'release/v0.38.0' into developTom Ryder2018-05-312-11/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.38.0: Bump VERSION Rebuild dotfiles(7) manual
* | \ \ \ Merge branch 'hotfix/v0.38.2'v0.38.2Tom Ryder2018-05-313-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v0.38.2: Bump VERSION Update submodules with Vim lint fixes
| * | | | Bump VERSIONTom Ryder2018-05-311-2/+2
| | | | |
| * | | | Update submodules with Vim lint fixesTom Ryder2018-05-312-0/+0
|/ / / /
* | | | Merge branch 'hotfix/v0.38.1'v0.38.1Tom Ryder2018-05-312-3/+13
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v0.38.1: Bump VERSION Update vim-lint script to reflect changes
| * | | Bump VERSIONTom Ryder2018-05-311-2/+2
| | | |
| * | | Update vim-lint script to reflect changesTom Ryder2018-05-311-1/+11
|/ / /
* | | Merge branch 'release/v0.38.0'v0.38.0Tom Ryder2018-05-3115-319/+30
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v0.38.0: Bump VERSION Rebuild dotfiles(7) manual Update README.md about Vim plugins Correct comment typo Merge auto_*dir.vim plugins into one, spun out
| * | Bump VERSIONTom Ryder2018-05-311-2/+2
| | |
| * | Rebuild dotfiles(7) manualTom Ryder2018-05-311-9/+9
| |/
| * Update README.md about Vim pluginsTom Ryder2018-05-311-8/+7
| |
| * Correct comment typoTom Ryder2018-05-311-1/+1
| |
| * Merge auto_*dir.vim plugins into one, spun outTom Ryder2018-05-3112-299/+11
| | | | | | | | Functionality merged into new plugin auto_cache_dir.vim.
| * Merge branch 'hotfix/v0.37.1' into developTom Ryder2018-05-313-4/+4
| |\ | | | | | | | | | | | | | | | | | | * hotfix/v0.37.1: Bump VERSION Rebuild dotfiles(7) manual Correct typo
| * \ Merge branch 'release/v0.37.0' into developTom Ryder2018-05-312-8/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | * release/v0.37.0: Bump VERSION Rebuild dotfiles(7) manual from source
* | \ \ Merge branch 'hotfix/v0.37.1'v0.37.1Tom Ryder2018-05-313-4/+4
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v0.37.1: Bump VERSION Rebuild dotfiles(7) manual Correct typo
| * | | Bump VERSIONTom Ryder2018-05-311-2/+2
| | | |
| * | | Rebuild dotfiles(7) manualTom Ryder2018-05-311-1/+1
| | | |
| * | | Correct typoTom Ryder2018-05-311-1/+1
|/ / /
* | | Merge branch 'release/v0.37.0'v0.37.0Tom Ryder2018-05-3128-683/+43
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.37.0: Bump VERSION Rebuild dotfiles(7) manual from source Update README.md to reflect Vim plugin state Spin off command_typos Vim plugin Spin off big_file_options Vim plugin Update Vim plugins Spin off strip_trailing_whitespace Vim plugin Spin off mail_mutt Vim plugin Spin off copy_linebreak Vim plugin Junk detect_background.vim and thereby autoload
| * | Bump VERSIONTom Ryder2018-05-311-2/+2
| | |
| * | Rebuild dotfiles(7) manual from sourceTom Ryder2018-05-311-6/+10
| |/
| * Update README.md to reflect Vim plugin stateTom Ryder2018-05-311-7/+9
| |
| * Spin off command_typos Vim pluginTom Ryder2018-05-315-82/+5
| | | | | | | | Renamed as uncap_ex.vim.
| * Spin off big_file_options Vim pluginTom Ryder2018-05-315-101/+3
| |
| * Update Vim pluginsTom Ryder2018-05-314-0/+0
| |
| * Spin off strip_trailing_whitespace Vim pluginTom Ryder2018-05-315-129/+4
| |