aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.44.0'v0.44.0Tom Ryder2018-06-035-28/+54
|\ | | | | | | | | | | | | | | * release/v0.44.0: Bump VERSION Correct logic of Markdown/text spell checking Vim ftplugin: hold autoformat in *.md code blocks Remove accidentally committed ";" file
| * Bump VERSIONTom Ryder2018-06-031-2/+2
| |
| * Merge branch 'release/v0.43.0' into developTom Ryder2018-06-031-2/+2
| |\ | | | | | | | | | | | | * release/v0.43.0: Bump VERSION
| * | Correct logic of Markdown/text spell checkingTom Ryder2018-06-032-14/+18
| | |
| * | Vim ftplugin: hold autoformat in *.md code blocksTom Ryder2018-06-031-0/+34
| | |
| * | Remove accidentally committed ";" fileTom Ryder2018-06-031-12/+0
| | |
* | | Merge branch 'release/v0.43.0'v0.43.0Tom Ryder2018-06-0351-69/+326
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.43.0: Bump VERSION Revamp vint script with blacklist not whitelist Add missing vint targets Add shebang and opening tag detect for PHP Refine shebangs in filetype detection Implement personal filetype.vim Correct name of Makefile target Refactor Vim distribution plugin/macro handling Rebuild help tags after installing bundle Use full commands in buffer cycle mappings Upgrade mail_mutt.vim plugin to v0.2.0
| * | Bump VERSIONTom Ryder2018-06-031-2/+2
| |/
| * Revamp vint script with blacklist not whitelistTom Ryder2018-06-031-22/+18
| |
| * Add missing vint targetsTom Ryder2018-06-031-0/+2
| |
| * Add shebang and opening tag detect for PHPTom Ryder2018-06-032-0/+20
| |
| * Refine shebangs in filetype detectionTom Ryder2018-06-036-8/+8
| |
| * Implement personal filetype.vimTom Ryder2018-06-0342-12/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements only the syntax highlighting for file types I regularly use and care about, implemented in the way I want them to work, with files named per type in ftdetect/*.vim. I have chosen only file types with which I regularly deal and for which syntax highlighting and filetype/indent plugins are actually useful. Most other files, e.g. system config files I edit infrequently and only with sudoedit(8), don't really benefit from that. Much of this is just copied from the distribution filetype.vim file, but some of it I do specifically in a way I want, such as the shell decision logic. We'll see how well this works.
| * Correct name of Makefile targetTom Ryder2018-06-031-1/+1
| |
| * Refactor Vim distribution plugin/macro handlingTom Ryder2018-06-026-33/+61
| | | | | | | | | | | | Intelligently choose how to load matchit.vim, and clean up the short-circuit variables for the unwanted distribution plugins in an "after" plugin script.
| * Rebuild help tags after installing bundleTom Ryder2018-06-021-0/+1
| |
| * Use full commands in buffer cycle mappingsTom Ryder2018-06-021-2/+2
| |
| * Upgrade mail_mutt.vim plugin to v0.2.0Tom Ryder2018-06-021-0/+0
| |
| * Merge branch 'release/v0.42.0' into developTom Ryder2018-06-021-2/+2
| |\ | | | | | | | | | | | | * release/v0.42.0: Bump VERSION
* | \ 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