aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Spellcheck mailTom Ryder2019-06-051-0/+6
|
* Adjust code layout of long strong assignmentTom Ryder2019-05-301-6/+5
|
* Move execution mappings into relevant filetypesTom Ryder2019-05-302-0/+14
|
* Get full path before testing for :CompilerSetTom Ryder2019-05-291-1/+1
|
* Limit :CompilerSet coloring to compiler/*.vimTom Ryder2019-05-291-16/+20
|
* Color Vim script :CompilerSet commands betterTom Ryder2019-05-291-0/+17
|
* Refine apostrophe matching for mail greetingsTom Ryder2019-05-271-2/+2
|
* Tolerate smart quotes in g'dayTom Ryder2019-05-251-1/+1
| | | | My dad just sent me one.
* Tolerate spaces for final reply moveTom Ryder2019-05-241-1/+1
|
* Don't strip tabs after angle quotesTom Ryder2019-05-241-2/+2
| | | | Don't solve problems we don't have yet