aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Round out and apply alternate filetypes pluginTom Ryder2019-06-222-13/+3
| | | | This is a good one.
* Clean up Vim indent settings a bitTom Ryder2019-06-222-5/+10
|
* Prevent double-sourcing php.vim filetype pluginTom Ryder2019-06-201-3/+8
|
* Move Vim help indent rules to main indent ftpluginTom Ryder2019-06-201-6/+0
| | | | | I assumed Vim's runtime files included indent rules for :help files, but they don't.
* Use hard tabs for editing Vim :help filesTom Ryder2019-06-191-0/+6
|
* Add a word to a commentTom Ryder2019-06-191-1/+1
|
* Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-196-12/+18
|
* Set 'shiftwidth' to 4 for C Vim sourcesTom Ryder2019-06-191-0/+5
|
* Correct variable nameTom Ryder2019-06-191-1/+1
|
* Switch to tab indents for writing CTom Ryder2019-06-191-0/+6
|
* Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-196-0/+24
|
* Inline option resets and undos in Vim C ftpluginTom Ryder2019-06-191-6/+4
|
* Add 'define' option reset to Vim C ftpluginTom Ryder2019-06-191-1/+2
|
* Don't spellcheck stuff that isn't actually HTMLTom Ryder2019-06-181-2/+3
|
* Use tabs for Git configuration filesTom Ryder2019-06-141-0/+6
| | | | | The frontend tools use tabs, and it's probably best not to fight them on it.
* Add missing b:undo_ftplugin commands for ft=mailTom Ryder2019-06-141-0/+3
|
* Wrap mail quote cleanup in command-funcTom Ryder2019-06-141-20/+25
|
* Move to body text correctly for start guesserTom Ryder2019-06-141-0/+6
|
* Wrap mail starting point guesser in command-funcTom Ryder2019-06-141-3/+5
|