aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
Commit message (Expand)AuthorAgeFilesLines
* Add mappings to change 'equalprg' in Perl and PHPTom Ryder2019-12-152-4/+31
* 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 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
* 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
* Prevent double-sourcing php.vim filetype pluginTom Ryder2019-06-201-3/+8
* Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-196-12/+18
* 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
* 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
* 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
* 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
* Refine apostrophe matching for mail greetingsTom Ryder2019-05-271-2/+2
* Tolerate smart quotes in g'dayTom Ryder2019-05-251-1/+1
* Tolerate spaces for final reply moveTom Ryder2019-05-241-1/+1
* Don't strip tabs after angle quotesTom Ryder2019-05-241-2/+2
* More revision/expansion of blank/greeting stripTom Ryder2019-05-241-17/+20
* Break up and improve greeting patternTom Ryder2019-05-241-1/+5
* Make greeting regex even nuttierTom Ryder2019-05-241-3/+3
* Delete blank lines at top of quoted replyTom Ryder2019-05-231-0/+7
* Don't add spaces when quoting mailTom Ryder2019-05-231-0/+4
* Fix "break" in favour of "continue"Tom Ryder2019-05-231-1/+1
* Improve blank line squeeze behaviour for mailTom Ryder2019-05-231-3/+10
* Don't add a space to trailing quotesTom Ryder2019-05-231-2/+2
* Prevent unneeded capture of group in greet regexTom Ryder2019-05-231-1/+1
* Correct :return to :breakTom Ryder2019-05-231-1/+1
* Run repeat blank squeeze on mail replyTom Ryder2019-05-231-1/+2
* Normalise quoting in mailTom Ryder2019-05-231-0/+21
* Strip trailing blanks after greetingTom Ryder2019-05-231-1/+1
* Improve opening-greeting strip from mail ftpluginTom Ryder2019-05-231-3/+3