aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.33.0'v1.33.0Tom Ryder2018-07-174-3/+24
|\ | | | | | | | | | | | | | | * release/v1.33.0: Bump VERSION Add handling for older sh.vim syntax g:is_posix Add my own ftplugin for awk Don't quote first and last lines of range if blank
| * Bump VERSIONTom Ryder2018-07-171-2/+2
| |
| * 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
| | | | | | | | | | An official one only got added in early 2016, and it does almost nothing; may as well implement my own instead.
| * Don't quote first and last lines of range if blankTom Ryder2018-07-171-1/+8
| | | | | | | | | | This allows quoting paragraphs and blocks using { } and similar motions, doing what I mean.
| * Merge branch 'release/v1.32.0' into developTom Ryder2018-07-161-2/+2
| |\ | | | | | | | | | | | | * release/v1.32.0: Bump VERSION
* | \ Merge branch 'release/v1.32.0'v1.32.0Tom Ryder2018-07-168-9/+37
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.32.0: Bump VERSION Add \m 'magic' setting to mail headers jump Add reformatting analogue to quote mappings Don't default <Plug>(InsertCancel) Reformat comment in wildignore.vim Make a filetype.vim comment consistent
| * | Bump VERSIONTom Ryder2018-07-161-2/+2
| |/
| * 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-164-0/+30
| |
| * Don't default <Plug>(InsertCancel)Tom Ryder2018-07-161-2/+0
| | | | | | | | This causes problems on vimrc reload.
| * Reformat comment in wildignore.vimTom Ryder2018-07-161-3/+3
| |
| * Make a filetype.vim comment consistentTom Ryder2018-07-161-1/+1
| |
| * Merge branch 'release/v1.31.0' into developTom Ryder2018-07-161-2/+2
| |\ | | | | | | | | | | | | * release/v1.31.0: Bump VERSION
* | \ Merge branch 'release/v1.31.0'v1.31.0Tom Ryder2018-07-1613-25/+261
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.31.0: Bump VERSION Add shebang_create_exec.vim plugin Add missing <buffer> to mail quote unmaps Update plugins Remove pattern \m where not needed for 'magic' Simplify/correct Korn shell shebang matching Use non-capturing groups in VimL where appropriate Use \= in preference to \+ in VimL patterns Add plugin file for setting 'wildignore' Update auto_cache_dirs.vim plugin Check for +autocmd before gitcommit ftplugin hooks Adaptive 'colorcolumn' for gitcommit filetype
| * | Bump VERSIONTom Ryder2018-07-161-2/+2
| |/
| * 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
| | | | | | | | mksh93 is not valid; neither is pdksh93.
| * 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
| | | | | | | | It comes first in the documentation.
| * 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
| |
| * Merge branch 'release/v1.30.0' into developTom Ryder2018-07-141-2/+2
| |\ | | | | | | | | | | | | * release/v1.30.0: Bump VERSION
* | \ Merge branch 'release/v1.30.0'v1.30.0Tom Ryder2018-07-1411-45/+66
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.30.0: Bump VERSION Revert "Remove :nohlsearch from vimrc" Spin off vimrc_reload_filetype.vim Add mail quote maps for gitcommit and markdown Expand and comment quoting functions Change mail quoting to generic autoload function Remove bell settings from .gvimrc
| * | Bump VERSIONTom Ryder2018-07-141-2/+2
| |/
| * Revert "Remove :nohlsearch from vimrc"Tom Ryder2018-07-141-1/+2
| | | | | | | | | | | | This reverts commit 8640888fdfdee047e4f40df4a1a89510330f1fe4. This is still necessary, and I'm not sure why I thought it wasn't...
| * Spin off vimrc_reload_filetype.vimTom Ryder2018-07-143-23/+3
| |
| * 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
| | | | | | | | I intend to use it elsewhere.
| * Remove bell settings from .gvimrcTom Ryder2018-07-141-5/+0
| | | | | | | | Reflects changes made in commit 35ba8df.
| * Merge branch 'release/v1.29.0' into developTom Ryder2018-07-141-2/+2
| |\ | | | | | | | | | | | | * release/v1.29.0: Bump VERSION
* | \ Merge branch 'release/v1.29.0'v1.29.0Tom Ryder2018-07-145-4/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v1.29.0: Bump VERSION Adjust syntax settings in .vimrc Adjust mapping comment for consistency Add and configure digraph_search.vim plugin Increase Vim mapping 'timeout' to 3 seconds
| * | Bump VERSIONTom Ryder2018-07-141-2/+2
| |/
| * Adjust syntax settings in .vimrcTom Ryder2018-07-141-2/+4
| | | | | | | | | | If syntax had already been switched on by a system vimrc (boo! hiss!), my colorscheme or 'background' setting doesn't get loaded.
| * Adjust mapping comment for consistencyTom Ryder2018-07-141-3/+3
| |
| * Add and configure digraph_search.vim pluginTom Ryder2018-07-144-0/+6
| |
| * Increase Vim mapping 'timeout' to 3 secondsTom Ryder2018-07-141-0/+3
| |
| * Merge branch 'release/v1.28.0' into developTom Ryder2018-07-141-2/+2
| |\ | | | | | | | | | | | | * release/v1.28.0: Bump VERSION
* | \ Merge branch 'release/v1.28.0'v1.28.0Tom Ryder2018-07-1411-40/+89
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.28.0: Bump VERSION Upgrade diff_prune.vim ftplugin Replace mail.vim quoting mappings Upgrade put_blank_lines.vim plugin Remove :nohlsearch from vimrc Move to after headers when writing new mail Rename and refine reload_vimrc_filetype.vim Remove visual mode space/backspace remap Move .vimrc reloading stuff into custom plugin Add missing angle bracket for Vim ftplugin undo Remove bell disabling in Vim Simplify 'shortmess' settings Disable 'spellcapcheck' for README.md files Check for 'spell' feature in ftplugins Add ftplugin for tmux
| * | Bump VERSIONTom Ryder2018-07-141-2/+2
| |/
| * 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
| | | | | | | | This doesn't actually appear to be necessary.