aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | * hotfix/v9.16.2: Add missing buffer-local flag to mail maps
| * 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
| | | | | | Spell files should go in the XDG data dirs, ideally; update to a version of spellfile_local.vim that allows that, with the necessary configuration in ~/.vim/after/plugin.
* 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
| | | | | | | Just for fun, write something a little more comprehensive to read in the entire mail header as a data structure, in order to add or set header fields correctly. I don't think this is totally RFC-compliant yet; I'll need to check.
* 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
| | | | Much nicer.
* 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
| | | | | | | | | | Lately I've been cooperating a lot with other administrators in managing some config files, and because they all use Vim with no configuration or nearly no configuration, they use tabs for indentation everywhere. This is showing up particularly often in configuration files. It now seems like a good idea to use tabs as the default so I don't have to keep cleaning up these files afterwards. For most of the languages in which I write actual programs, however, I'm sticking with spaces for now.
* 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
| | | | | | Commit cc2cd38 set the default 'foldlevel' folding threshold to 0 for the "c" filetype, as an experiment. I've decided I don't like this and am turning it back up to 99.
* 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
|
* Correct indent settingsTom Ryder2019-06-223-11/+33
|
* Don't squeeze blanks by default in mail filetypeTom Ryder2019-06-221-9/+0
|
* Improve honesty of comment in mail ftpluginTom Ryder2019-06-221-2/+1
|
* Move mail ftplugin function out into autoloadTom Ryder2019-06-221-23/+1
| | | | Now that it isn't called on every load.
* Add local maps for normalising mail quotesTom Ryder2019-06-221-0/+4
|
* Don't do :StrictQuote automatically on mail editTom Ryder2019-06-221-1/+0
|
* Make :StrictQuote command accept a rangeTom Ryder2019-06-221-10/+4
|