aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Switch to two-space sentencesTom Ryder2018-12-261-3/+4
* Remove repeat.vim and surround.vimTom Ryder2018-12-263-9/+0
* Force 'ttymouse' off a little more carefullyTom Ryder2018-12-261-1/+2
* No longer need a longer 'timeoutlen' in VimTom Ryder2018-12-261-3/+0
* Include /usr/tmp in 'backupskip'Tom Ryder2018-12-261-1/+2
* Factor out vimrc user 'runtimepath' switchingTom Ryder2018-12-261-15/+12
* Correct error in stub .vimrcTom Ryder2018-12-201-1/+1
* Make .vimrc stub more resilient to older VimsTom Ryder2018-12-191-10/+10
* Make <LocalLeader>f to toggle HTML/PHPTom Ryder2018-12-192-0/+10
* Add sh.vim mapping to insert '\'' quicklyTom Ryder2018-12-191-0/+9
* Add /j flag to :vimgrep shortcutTom Ryder2018-12-171-1/+1
* Move filetype.vim helper funcs into autoloadTom Ryder2018-12-082-78/+79
* Block out local 'runtimepath' on bad VimsTom Ryder2018-12-041-0/+10
* Remove b:undo_ftplugin cmds for double-key mapsTom Ryder2018-12-044-7/+0
* Remove accidentally created html.vim~ fileTom Ryder2018-12-041-35/+0
* Use "stub .vimrc" method to dodge vim-tinyTom Ryder2018-12-042-117/+111
* Use :help for 'keywordprg', junk tag bindingTom Ryder2018-12-041-5/+8
* Unseat tidy(1) as HTML 'equalprg'Tom Ryder2018-12-043-3/+50
* Remove line squeezing function for mail.vimTom Ryder2018-12-041-20/+0
* Upgrade uncap_ex.vim plugin to v0.3.0Tom Ryder2018-12-021-0/+0
* Restore filetype.vim shortcircuitTom Ryder2018-11-301-2/+2
* Suppress ~/.vim usage during vimrc version checkTom Ryder2018-11-302-3/+11
* Don't load my filetype.vim if Vim is too oldTom Ryder2018-11-301-2/+2
* Add `abort` attribute to new autoload functionTom Ryder2018-11-301-1/+1
* Remove stray pipe from b:undo_indent settingTom Ryder2018-11-301-1/+1
* Remove pre-7.0 Vim handling/boilerplateTom Ryder2018-11-302-43/+30
* Update make_target.vim to v1.2.0Tom Ryder2018-11-301-0/+0
* Comment conditional set of <Plug>(InsertCancel)Tom Ryder2018-11-301-1/+1
* Require Vim 7 for filetype and syntax highlightsTom Ryder2018-11-303-13/+5
* 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
* Set b:did_ftplugin flag in Vim ftpluginsTom Ryder2018-11-296-0/+6
* Adjust a vimrc comment for clarityTom Ryder2018-11-291-3/+3
* Simplify ft=sh subtype flag clearingTom Ryder2018-11-291-8/+3
* Add dummy function for HTML omnicompletionTom Ryder2018-11-291-0/+5
* 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