aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Add missing !Tom Ryder2018-06-171-1/+1
|
* Update pluginsTom Ryder2018-06-178-0/+0
|
* Update big_file_options.vimTom Ryder2018-06-171-0/+0
|
* Update auto_cache_dirs.vimTom Ryder2018-06-171-0/+0
|
* Update markdown_autoformat.vimTom Ryder2018-06-171-0/+0
|
* Update insert_suspend_hlsearch.vimTom Ryder2018-06-171-0/+0
|
* Use autoload function for tidy filtersTom Ryder2018-06-173-26/+19
|
* Refine compiler#Make() functionTom Ryder2018-06-171-1/+23
|
* Use autoload function for temp-makeprg :lmakeTom Ryder2018-06-179-165/+66
|
* Add local copy of php.vim compilerTom Ryder2018-06-171-0/+23
| | | | Slightly adapted; doesn't load at all if &compatible
* Arrange for tidiers to hold window positionTom Ryder2018-06-172-2/+16
|
* Update markdown_autoformat.vimTom Ryder2018-06-171-0/+0
|
* Update surround.vimTom Ryder2018-06-171-0/+0
|
* Completely overhaul after/ftplugin filesTom Ryder2018-06-1722-356/+424
| | | | | | | | | | | | | Should have done some of this in separate commits; oh well. * Rewrite headers for each ftplugin * Require Vim version >= 7.0, and thereby: * Switch back to location list * Don't check for b:undo_ftplugin existence, assume it * Save and restore compiler instead of internal options * Add bash, ksh, sh, and shellcheck compilers * Rename mail/format_flowed.vim to mail/flowed.vim * Rename sh/bash_han.vim to sh/han.vim
* Use short-circuit for no-mapping checkTom Ryder2018-06-1611-197/+197
|
* Correct g:current_compiler settingTom Ryder2018-06-161-1/+1
| | | | Copypaste error.
* Consistently require 'nocompatible' for ftpluginsTom Ryder2018-06-162-26/+2
|
* Upgrade insert_suspend_hlsearch.vimTom Ryder2018-06-161-0/+0
|
* Use `function!` consistently in ftpluginsTom Ryder2018-06-168-104/+88
|
* Fix comments in vim/filetype.vimTom Ryder2018-06-151-2/+6
|
* Set 'comments' blank by defaultTom Ryder2018-06-141-0/+4
|
* Add Xresources filenamesTom Ryder2018-06-141-0/+2
|
* Add more names to Vim Bash typesTom Ryder2018-06-141-0/+4
|
* Correct comment on 'shm' iTom Ryder2018-06-131-1/+1
|
* Refactor tilde and extension strippingTom Ryder2018-06-131-36/+44
|
* Use proper version test for 'fo' jTom Ryder2018-06-131-2/+4
|
* Check for +unix before binding date commandsTom Ryder2018-06-121-4/+7
|
* Correct Mutt filename patternTom Ryder2018-06-121-1/+1
| | | | Missing hostname
* Add Ruby shebangTom Ryder2018-06-111-0/+4
|
* Don't require num suffix to Python shebang wordTom Ryder2018-06-111-1/+1
|
* Accept "5" as suffix to Perl shebang wordTom Ryder2018-06-111-1/+1
|
* Add TCL shebang handlingTom Ryder2018-06-111-0/+4
|
* Lots of extension to filetype.vimTom Ryder2018-06-111-70/+320
| | | | | More filetypes I care about, and some extension-stripping and sudoedit(8)-handling.
* Add .wgetrc Vim filetypeTom Ryder2018-06-111-0/+4
|
* Add crontab(5) Vim filetypeTom Ryder2018-06-111-0/+4
|
* Update markdown_autoformat.vimTom Ryder2018-06-101-0/+0
|
* Use uppercase letters in <C-A>, <C-B> consistentlyTom Ryder2018-06-101-2/+2
|
* Update strip_trailing_whitespace.vim pluginTom Ryder2018-06-101-0/+0
|
* Update redact_pass.vim plugin againTom Ryder2018-06-101-0/+0
|
* Update redact_pass.vim pluginTom Ryder2018-06-101-0/+0
|
* Update copy_linebreak pluginTom Ryder2018-06-071-0/+0
|
* Set some more 'listchars' optionsTom Ryder2018-06-071-3/+5
|
* Replace mail_mutt.vim with mim(1df)Tom Ryder2018-06-072-7/+0
| | | | Way better, and more generally useful.
* Include .gvimrc patterns for vim filetypeTom Ryder2018-06-061-1/+1
|
* Merge branch 'hotfix/v0.48.1' into developTom Ryder2018-06-061-0/+3
|\ | | | | | | | | | | * hotfix/v0.48.1: Bump VERSION Add compatibility guard to filetype.vim
| * Add compatibility guard to filetype.vimTom Ryder2018-06-061-0/+3
| |
* | Remove vestigial comment from .vimrcTom Ryder2018-06-061-6/+0
| |
* | Remove duplicate 'encoding' settingTom Ryder2018-06-061-5/+0
| |
* | Remove 'backupskip' settingTom Ryder2018-06-061-4/+0
| |
* | Inline some option flag commentsTom Ryder2018-06-061-32/+16
| |