aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.34.0'v1.34.0Tom Ryder2018-07-188-48/+60
|\ | | | | | | | | | | | | | | | | | | * release/v1.34.0: Bump VERSION Scrap auto_cache_dirs plugin for a new approach Check b:is_posix existence not value Spin shebang_create_exec.vim into own distribution Adjust formatting of .gitmodules Separate shebang_create_exec into autoload funcs
| * Bump VERSIONTom Ryder2018-07-181-2/+2
| |
| * Scrap auto_cache_dirs plugin for a new approachTom Ryder2018-07-184-4/+47
| | | | | | | | | | | | | | | | Trying this instead; creating the relevant directories at install time. Also putting all three under one "cache" subdir of ~/.vim or ~/vimfiles. I'm not sure this is actually better, but I do like that the relevant options are now set in the .vimrc rather than in a plugin, so I guess we'll see.
| * Check b:is_posix existence not valueTom Ryder2018-07-171-1/+2
| |
| * Spin shebang_create_exec.vim into own distributionTom Ryder2018-07-174-35/+3
| |
| * Adjust formatting of .gitmodulesTom Ryder2018-07-171-6/+6
| | | | | | | | I forgot to check this after I added the last two plugins.
| * Separate shebang_create_exec into autoload funcsTom Ryder2018-07-172-16/+16
| |
| * Merge branch 'release/v1.33.0' into developTom Ryder2018-07-171-2/+2
| |\ | | | | | | | | | | | | * release/v1.33.0: Bump VERSION
* | \ 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
| |