aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Expand)AuthorAgeFilesLines
* Handle unset b:undo_ftplugin in Python VimTom Ryder2023-08-021-0/+8
* Correct double-up in Vim python 'equalprg'Tom Ryder2023-07-171-1/+1
* Spin Vim HTML lang switching out into pluginTom Ryder2022-05-091-18/+0
* Add lang=-to-'spelllang' hooks for HTML filetypeTom Ryder2022-05-051-0/+18
* Add checking, tidying, and linting for PythonTom Ryder2022-05-031-0/+27
* Correct path of YAML indent fileTom Ryder2022-04-091-0/+0
* Set two-spac indents for YAMLTom Ryder2022-04-091-0/+2
* Work around b:undo_indent mis-setting for VimTom Ryder2020-11-131-3/+3
* Move plugin-dependent config to vim/after filesTom Ryder2020-09-172-0/+8
* Set 'backupskip', and have g:undofileskip copy itTom Ryder2020-09-121-19/+2
* Break excludes up for clarityTom Ryder2020-09-121-0/+10
* Simplify systemd unit matching patternTom Ryder2020-09-121-22/+2
* Prevent systemd units from keeping persistent undoTom Ryder2020-09-121-0/+22
* Add settings for undofileskip.vimTom Ryder2020-09-121-0/+12
* Add workaround for bad map settings in mail.vimTom Ryder2020-06-041-0/+10
* Merge branch 'hotfix/v9.16.2' into developTom Ryder2020-06-041-2/+2
|\
| * Add missing buffer-local flag to mail mapsTom Ryder2020-06-041-2/+2
* | Prevent Vim spell checking of code blocks in mailTom Ryder2020-06-041-0/+3
|/
* Move plugin settings into vim/after and test varTom Ryder2020-05-312-0/+16
* Switch XDG semantics to functions not global varTom Ryder2020-05-161-4/+4
* Un-comment some codeTom Ryder2020-05-151-7/+8
* Don't put spell in cache, update spell pluginTom Ryder2020-05-151-0/+7
* Add load guard around resolv.vim patchTom Ryder2020-05-101-2/+5
* Add a patch on the syntax for resolv.vimTom Ryder2020-05-101-0/+3
* Add CAA to the highlighted records in bindzone.vimTom Ryder2020-05-101-2/+2
* Some spelling fixesTom Ryder2020-05-095-12/+12
* Check for existence of 'colorcolumn' optionTom Ryder2020-04-051-7/+9
* Rename and move HTML URL anchoringTom Ryder2020-01-031-1/+1
* Rename HTML tidy functionTom Ryder2020-01-031-1/+1
* Correct unmaps for changed mail importance mapsTom Ryder2020-01-031-3/+3
* Wrap a long comment lineTom Ryder2020-01-021-1/+2
* Remove unneeded exclamations for :commandTom Ryder2020-01-021-1/+1
* Reimplement mail header importance flaggingTom Ryder2020-01-011-5/+12
* Add missing undo for strict quote map defsTom Ryder2019-12-301-0/+2
* Move strict quote mappings beneath var guardTom Ryder2019-12-301-4/+6
* Move ft=mail start suggestion to autoloadTom Ryder2019-12-301-40/+1
* Factor out HTML timestamp update into sep fileTom Ryder2019-12-301-1/+1
* Centralize default 'foldlevel'Tom Ryder2019-12-236-17/+11
* Fix up capitalization patterns for indent autoloadTom Ryder2019-12-2110-10/+10
* Use four spaces for indentation in Markdown in VimTom Ryder2019-12-191-0/+2
* Refactor indent macros into autoload functionTom Ryder2019-12-189-9/+9
* Put common indent setting patterns in macrosTom Ryder2019-12-189-67/+13
* Add mappings to change 'equalprg' in Perl and PHPTom Ryder2019-12-152-4/+31
* Use spaces for mail indentationTom Ryder2019-12-111-0/+8
* Add more space-preferred filetypesTom Ryder2019-12-103-0/+24
* Switch to default tabs, spaces for some filetypesTom Ryder2019-12-088-45/+35
* Define phpcsff(1df) as Vim 'equalprg' for PHPTom Ryder2019-11-291-1/+2
* Restore 'foldlevel' to 99 for C filetypeTom Ryder2019-11-281-2/+2
* Don't color colon-delimited labels in Vim commentsTom Ryder2019-11-091-1/+3
* Init b:undo_indent for MakefilesTom Ryder2019-06-241-1/+1