aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
Commit message (Collapse)AuthorAgeFilesLines
* Handle unset b:undo_ftplugin in Python VimTom Ryder2023-08-021-0/+8
|
* Correct double-up in Vim python 'equalprg'Tom Ryder2023-07-171-1/+1
|
* Spin Vim HTML lang switching out into pluginTom Ryder2022-05-091-18/+0
|
* Add lang=-to-'spelllang' hooks for HTML filetypeTom Ryder2022-05-051-0/+18
|
* Add checking, tidying, and linting for PythonTom Ryder2022-05-031-0/+27
|
* Add workaround for bad map settings in mail.vimTom Ryder2020-06-041-0/+10
|
* Add missing buffer-local flag to mail mapsTom Ryder2020-06-041-2/+2
|
* Some spelling fixesTom Ryder2020-05-093-5/+5
|
* 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
|
* 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
| | | | | | 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 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.
* 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
| | | | | | | This reverts commit bcad400. It breaks visual mode and operator mode operations, which should have been obvious.
* 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
|