aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use more idiomatic check for empty stringTom Ryder2019-06-141-1/+1
|
* Ensure we're in body text before breaking quotesTom Ryder2019-06-141-0/+7
|
* Correct a misleading word in mail ftplugin commentTom Ryder2019-06-141-1/+1
|
* Ensure only actual quoted mail lines are reshapedTom Ryder2019-06-141-1/+1
|
* Revert "Use shorter :map commands for diff/mail...Tom Ryder2019-06-142-16/+32
| | | | | | | This reverts commit bcad400. It breaks visual mode and operator mode operations, which should have been obvious.
* Remove error suppression on variable unsetTom Ryder2019-06-071-8/+8
|
* Correct a path in a commentTom Ryder2019-06-071-1/+1
|
* Break a long lineTom Ryder2019-06-071-1/+3
|
* Define :Boilerplate command for Perl, no <silent>Tom Ryder2019-06-071-3/+6
|
* Use shorter :map commands for diff/mail para navTom Ryder2019-06-072-32/+16
|
* Adjust quoting in mail greeting matchTom Ryder2019-06-071-2/+2
|
* Correct 'shiftwidth' value in MakefilesTom Ryder2019-06-061-0/+4
|
* Remove overzealous checks from gitcommit ftpluginTom Ryder2019-06-061-9/+7
|