aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Add missing :lwindow command to \. mapTom Ryder2018-07-181-2/+2
* Add missing wildcards to 'backupskip' addendaTom Ryder2018-07-181-1/+1
* Correct 'directory' settingTom Ryder2018-07-181-2/+2
* Don't test for +backup Vim featureTom Ryder2018-07-181-18/+13
* Scrap auto_cache_dirs plugin for a new approachTom Ryder2018-07-182-0/+40
* Check b:is_posix existence not valueTom Ryder2018-07-171-1/+2
* Spin shebang_create_exec.vim into own distributionTom Ryder2018-07-173-35/+0
* Separate shebang_create_exec into autoload funcsTom Ryder2018-07-172-16/+16
* Add handling for older sh.vim syntax g:is_posixTom Ryder2018-07-171-0/+5
* Add my own ftplugin for awkTom Ryder2018-07-171-0/+9
* Don't quote first and last lines of range if blankTom Ryder2018-07-171-1/+8
* Add \m 'magic' setting to mail headers jumpTom Ryder2018-07-161-1/+1
* Add reformatting analogue to quote mappingsTom Ryder2018-07-164-0/+30
* Don't default <Plug>(InsertCancel)Tom Ryder2018-07-161-2/+0
* Reformat comment in wildignore.vimTom Ryder2018-07-161-3/+3
* Make a filetype.vim comment consistentTom Ryder2018-07-161-1/+1
* Add shebang_create_exec.vim pluginTom Ryder2018-07-161-0/+35
* Add missing <buffer> to mail quote unmapsTom Ryder2018-07-153-9/+9
* Update pluginsTom Ryder2018-07-152-0/+0
* Remove pattern \m where not needed for 'magic'Tom Ryder2018-07-152-14/+14
* Simplify/correct Korn shell shebang matchingTom Ryder2018-07-151-1/+1
* Use non-capturing groups in VimL where appropriateTom Ryder2018-07-151-2/+2
* Use \= in preference to \+ in VimL patternsTom Ryder2018-07-151-5/+5
* Add plugin file for setting 'wildignore'Tom Ryder2018-07-152-0/+171
* Update auto_cache_dirs.vim pluginTom Ryder2018-07-151-0/+0
* Check for +autocmd before gitcommit ftplugin hooksTom Ryder2018-07-151-1/+1
* Adaptive 'colorcolumn' for gitcommit filetypeTom Ryder2018-07-142-0/+30
* Revert "Remove :nohlsearch from vimrc"Tom Ryder2018-07-141-1/+2
* Spin off vimrc_reload_filetype.vimTom Ryder2018-07-142-23/+0
* Add mail quote maps for gitcommit and markdownTom Ryder2018-07-142-0/+26
* Expand and comment quoting functionsTom Ryder2018-07-141-2/+21
* Change mail quoting to generic autoload functionTom Ryder2018-07-143-14/+14
* Remove bell settings from .gvimrcTom Ryder2018-07-141-5/+0
* Adjust syntax settings in .vimrcTom Ryder2018-07-141-2/+4
* Adjust mapping comment for consistencyTom Ryder2018-07-141-3/+3
* Add and configure digraph_search.vim pluginTom Ryder2018-07-143-0/+3
* Increase Vim mapping 'timeout' to 3 secondsTom Ryder2018-07-141-0/+3
* Upgrade diff_prune.vim ftpluginTom Ryder2018-07-141-0/+0
* Replace mail.vim quoting mappingsTom Ryder2018-07-132-1/+26
* Upgrade put_blank_lines.vim pluginTom Ryder2018-07-131-0/+0
* Remove :nohlsearch from vimrcTom Ryder2018-07-131-2/+1
* Move to after headers when writing new mailTom Ryder2018-07-131-0/+7
* Rename and refine reload_vimrc_filetype.vimTom Ryder2018-07-131-10/+5
* Remove visual mode space/backspace remapTom Ryder2018-07-131-5/+1
* Move .vimrc reloading stuff into custom pluginTom Ryder2018-07-132-12/+28
* Add missing angle bracket for Vim ftplugin undoTom Ryder2018-07-131-1/+1
* Remove bell disabling in VimTom Ryder2018-07-131-7/+0
* Simplify 'shortmess' settingsTom Ryder2018-07-131-5/+2
* Disable 'spellcapcheck' for README.md filesTom Ryder2018-07-131-4/+16
* Check for 'spell' feature in ftpluginsTom Ryder2018-07-122-2/+2