aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
...
* Strip generic greetings from quoted mailTom Ryder2018-08-061-0/+9
|
* Make cursor start heuristics for mail smarterTom Ryder2018-08-061-4/+10
| | | | Move immediately below the first thing we might want to reply to
* Strip a trailing spaceTom Ryder2018-08-051-1/+1
|
* Use pman as 'keywordprg' for PHPTom Ryder2018-08-051-0/+4
|
* Remove surround.vim's insert mode mapsTom Ryder2018-08-051-0/+6
|
* Let's try leaving netrw on again for a bitTom Ryder2018-08-041-1/+0
|
* Make Perl boilerplate mapping silentTom Ryder2018-08-041-1/+1
|
* Add Perl boilerplate generation mappingTom Ryder2018-08-041-0/+64
|
* Add mapping to flag mail messages as unimportantTom Ryder2018-08-031-0/+13
|
* Adjust 'indentkeys' in HTML indentingTom Ryder2018-07-241-0/+4
|
* Add Vim mappings for normal {,} in diff buffersTom Ryder2018-07-221-0/+6
|
* Add d (macros) to C and C++ 'complete' settingTom Ryder2018-07-222-4/+10
|
* Correct two Vim commentsTom Ryder2018-07-212-2/+2
|
* Add compatible/version guard to syntax after filesTom Ryder2018-07-193-10/+16
|
* Remove line continuations from VimL indent afterTom Ryder2018-07-181-3/+2
|
* Make /usr/include 'path' setting hinge on +unixTom Ryder2018-07-182-4/+14
|
* Check b:is_posix existence not valueTom Ryder2018-07-171-1/+2
|
* Add handling for older sh.vim syntax g:is_posixTom Ryder2018-07-171-0/+5
|
* Add \m 'magic' setting to mail headers jumpTom Ryder2018-07-161-1/+1
| | | | | | This is because Vim's search() function checks the value of 'magic' to decide how to interpret the pattern. It's crazy to have this option off, but best to be explicit about it anyway.
* Add reformatting analogue to quote mappingsTom Ryder2018-07-163-0/+18
|
* Add missing <buffer> to mail quote unmapsTom Ryder2018-07-153-9/+9
|
* Check for +autocmd before gitcommit ftplugin hooksTom Ryder2018-07-151-1/+1
|
* Adaptive 'colorcolumn' for gitcommit filetypeTom Ryder2018-07-141-0/+10
|
* Add mail quote maps for gitcommit and markdownTom Ryder2018-07-142-0/+26
|
* Change mail quoting to generic autoload functionTom Ryder2018-07-141-3/+3
| | | | I intend to use it elsewhere.
* Replace mail.vim quoting mappingsTom Ryder2018-07-131-1/+15
|
* Move to after headers when writing new mailTom Ryder2018-07-131-0/+7
|
* Add missing angle bracket for Vim ftplugin undoTom Ryder2018-07-131-1/+1
|
* Disable 'spellcapcheck' for README.md filesTom Ryder2018-07-131-4/+16
| | | | | This is because such files very often have headings or sentences that start with filenames.
* Check for 'spell' feature in ftpluginsTom Ryder2018-07-122-2/+2
|
* Update and configure for perl_version_bump.vimTom Ryder2018-07-121-2/+2
|
* Update and configure for make_target.vimTom Ryder2018-07-121-1/+1
|
* Check for +conceal before setting 'conceallevel'Tom Ryder2018-07-111-1/+1
|
* Correct login around ftplugin/make.vim mappingsTom Ryder2018-07-101-4/+2
|
* Move after/ftplugin/sed.vim to ftplugin/sed.vimTom Ryder2018-07-101-9/+0
| | | | | Vim doesn't have a stock ftplugin for sed at all (just syntax), so this can be our base one.
* Overhaul after/ftpluginTom Ryder2018-07-1017-95/+51
| | | | | | Use .= operator to append to b:undo_ftplugin, as we're requiring Vim 7.0 or later everywhere here anyway. Also remove &compatible where we don't need line breaks.
* Move angle-bracket matchpairs to Perl filetypeTom Ryder2018-07-101-0/+5
| | | | | This is the only type I can think of where they're actually useful; in HTML, it's annoying having to be over the tag text to get the matching.
* Clear b:current_compiler on unloadTom Ryder2018-07-096-0/+6
|
* Overhaul ftplugin check, lint, tidyTom Ryder2018-07-097-53/+56
| | | | | | | | | | | | - Set 'equalprg' for HTML and Perl - Discard filter#Stable() - Set default :compiler for all applicable filetypes - Change local leader mappings for Perl and shell script merely to set :compiler, rather than running it - Bind global leader mapping for running :lmake! - Bind global leader mappings for applying 'equalprg' and 'formatprg' to the whole buffer, using a new autoloaded helper function vimrc#Anchor() to avoid the cursor jumping around
* Overhaul base after-ftpluginsTom Ryder2018-07-0817-207/+65
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Upgrade and adjust config for diff_prune.vimTom Ryder2018-07-081-3/+4
|
* Highlight overly long Git commit subjects as errorTom Ryder2018-07-081-0/+2
|
* Test 'modifiable' for spellchecking text/markdownTom Ryder2018-07-082-2/+2
|
* Disable concealing when editing Vim helpTom Ryder2018-07-081-0/+21
|
* Add patterns for Vim help file detectionTom Ryder2018-07-081-0/+1
|
* Unmap PHP bracket mapsTom Ryder2018-07-081-0/+7
|
* Remove error suppression on Vim unmapsTom Ryder2018-07-081-12/+12
|
* Restore Vim buffer mapping to unload scriptTom Ryder2018-07-081-13/+14
|
* Wrap comments with `gq` in Git commit messagesTom Ryder2018-07-071-1/+1
| | | | | | | | I like quoting things in Git commit messages, as if they were mail messages. This was supposed to be fixed in commit a5b8367, but I didn't add all the necessary flags.
* Rearrange Vim's VimL indent fileTom Ryder2018-07-061-8/+9
|