aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Expand)AuthorAgeFilesLines
* Require Vim 7 for filetype and syntax highlightsTom Ryder2018-11-301-5/+0
* Simplify a load guard for sh.vim syntax tweaksTom Ryder2018-11-291-3/+2
* Clear away a flag after HTML indent loadTom Ryder2018-11-291-0/+3
* Remove some Vim syntax boilerplateTom Ryder2018-11-293-18/+0
* Pare down after/indent scripts a fair bitTom Ryder2018-11-294-34/+5
* Remove some overzealous b:undo_* settingTom Ryder2018-11-292-23/+0
* Add missing detail to a commentTom Ryder2018-11-291-1/+1
* Remove double-key mapping shortcutsTom Ryder2018-11-294-14/+0
* Remove boilerplate after/ftplugin load guardsTom Ryder2018-11-2913-62/+2
* Simplify after/ftplugin for CTom Ryder2018-11-292-26/+3
* Simplify ft=sh subtype flag clearingTom Ryder2018-11-291-8/+3
* Clear away stock ft=mail quoting mapsTom Ryder2018-11-291-0/+7
* Wrap autocmd! clear for ft=mail in :executeTom Ryder2018-11-291-2/+2
* Add timestamp augroup clearing to Vim ft=htmlTom Ryder2018-11-291-0/+1
* Abbreviate Vim ft=html autocmd clearingTom Ryder2018-11-291-1/+1
* Restore value of 'colorcolumn' after ft=gitcommitTom Ryder2018-11-291-0/+1
* Wrap Vim gitcommit autocmd clear in :executeTom Ryder2018-11-291-1/+1
* Correct indentation in a few vim/after scriptsTom Ryder2018-11-263-15/+15
* Move b:undo_ftplugin unsets for C inline with setsTom Ryder2018-11-262-4/+6
* Define b:undo_indent for Perl buffersTom Ryder2018-11-251-0/+9
* Set missing b:undo_indent instructions for AWKTom Ryder2018-11-251-0/+7
* Undo shell script dialect flags from filetype.vimTom Ryder2018-11-251-0/+10
* Correct RHS of (un)important mail ftplugin mapTom Ryder2018-11-231-2/+2
* Add Bash settings to Vim readline highlightingTom Ryder2018-11-161-0/+3
* Ignore unset variables in sh.vim clear scriptTom Ryder2018-11-011-1/+1
* Spin out repeated blank lines map to new pluginTom Ryder2018-08-301-5/+7
* Add mapping to contract multiple blank linesTom Ryder2018-08-291-0/+5
* Improve diff block navigation in Vim with functionTom Ryder2018-08-271-3/+15
* Correct a commentTom Ryder2018-08-271-1/+1
* Silence Vim diff section navigation mapsTom Ryder2018-08-271-2/+2
* Use local leader keys in Vim diff section nav mapsTom Ryder2018-08-271-4/+4
* Use search() in Vim diff section navigation mapsTom Ryder2018-08-271-2/+4
* Remove doubleup in Awk ftpluginTom Ryder2018-08-231-9/+0
* Add mail shortcut for flagging a message as urgentTom Ryder2018-08-221-1/+4
* Test for g:is_posix existence before purgeTom Ryder2018-08-221-1/+3
* Add load guard to bindzone.vim syntax extensionsTom Ryder2018-08-221-0/+6
* Fix SSHFP/TLSA record highlighting in bindzone.vimTom Ryder2018-08-221-0/+3
* Remove unwanted 'indentkeys' for Vim filetypeTom Ryder2018-08-211-0/+7
* Don't clear away g:loaded_gzipTom Ryder2018-08-201-1/+0
* Revert "Let's try leaving netrw on again for a ...Tom Ryder2018-08-181-0/+1
* Work around buggy old Vim 'help' ftplugin undoTom Ryder2018-08-161-0/+6
* Don't set vint compiler for commandline windowsTom Ryder2018-08-161-3/+5
* Qualify unmap with version number guardTom Ryder2018-08-161-1/+4
* Add a commentTom Ryder2018-08-161-0/+1
* Simplify g:is_posix unset, add g:is_kornshellTom Ryder2018-08-151-4/+1
* Unset g:is_posix when no longer neededTom Ryder2018-08-151-0/+7
* Move Perl boilerplate generation to autoloadTom Ryder2018-08-151-60/+1
* Use consistent format for local leader mappingsTom Ryder2018-08-143-19/+38
* Rearrange local mappings for mailTom Ryder2018-08-141-15/+21
* Move Vim mail functions to autoloadTom Ryder2018-08-141-64/+7