aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove vim/dist from .gitignoreTom Ryder2018-07-181-1/+0
| | | | | | | | | | | | No longer needed.
| * | Use full command name in CentOS system Vim revertTom Ryder2018-07-181-1/+1
| | |
| * | Clarify perl.vim ftdetect comment a bitTom Ryder2018-07-181-1/+1
| | |
| * | Remove silent! prefix from Debian 'rtp' revertTom Ryder2018-07-181-2/+2
| | | | | | | | | | | | Not actually needed.
| * | Only add uppercase 'wildignore' if it mattersTom Ryder2018-07-181-6/+9
| | |
| * | Merge branch 'hotfix/v1.34.2' into developTom Ryder2018-07-182-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v1.34.2: Bump VERSION Add missing wildcards to 'backupskip' addenda
| * | | Remove double-trail-slash from 'backupdir'Tom Ryder2018-07-181-3/+3
| | | | | | | | | | | | | | | | I forgot that it only works for 'directory' and 'undodir'.
| * | | Make 'backupskip' with Unix paths depend on +unixTom Ryder2018-07-181-1/+3
| | | |
| * | | Merge branch 'hotfix/v1.34.1' into developTom Ryder2018-07-182-22/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v1.34.1: Bump VERSION Correct 'directory' setting Don't test for +backup Vim feature
| * \ \ \ Merge branch 'release/v1.34.0' into developTom Ryder2018-07-181-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.34.0: Bump VERSION
* | \ \ \ \ Merge branch 'hotfix/v1.34.3'v1.34.3Tom Ryder2018-07-182-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * hotfix/v1.34.3: Bump VERSION Add missing :lwindow command to \. map
| * | | | | Bump VERSIONTom Ryder2018-07-181-2/+2
| | | | | |
| * | | | | Add missing :lwindow command to \. mapTom Ryder2018-07-181-2/+2
|/ / / / /
* | | | | Merge branch 'hotfix/v1.34.2'v1.34.2Tom Ryder2018-07-182-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v1.34.2: Bump VERSION Add missing wildcards to 'backupskip' addenda
| * | | | Bump VERSIONTom Ryder2018-07-181-2/+2
| | | | |
| * | | | Add missing wildcards to 'backupskip' addendaTom Ryder2018-07-181-1/+1
|/ / / /
* | | | Merge branch 'hotfix/v1.34.1'v1.34.1Tom Ryder2018-07-182-22/+17
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v1.34.1: Bump VERSION Correct 'directory' setting Don't test for +backup Vim feature
| * | | Bump VERSIONTom Ryder2018-07-181-2/+2
| | | |
| * | | Correct 'directory' settingTom Ryder2018-07-181-2/+2
| | | | | | | | | | | | | | | | Today has not been my day.
| * | | Don't test for +backup Vim featureTom Ryder2018-07-181-18/+13
|/ / / | | | | | | | | | Because there is no such feature...
* | | 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
| |