aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-16 14:09:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-16 14:09:06 +1200
commit4826ac2858d02df0ebd5f4e25abb4b18805cbfcc (patch)
treea65c2f423cb61bd591af6e1b857a147e23ed0fd1 /vim/plugin
parentMerge branch 'release/v1.31.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4826ac2858d02df0ebd5f4e25abb4b18805cbfcc.tar.gz
dotfiles-4826ac2858d02df0ebd5f4e25abb4b18805cbfcc.zip
Merge branch 'release/v1.32.0'v1.32.0
* 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
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/wildignore.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/plugin/wildignore.vim b/vim/plugin/wildignore.vim
index fb190bce..b87b62b1 100644
--- a/vim/plugin/wildignore.vim
+++ b/vim/plugin/wildignore.vim
@@ -1,6 +1,6 @@
-" Don't complete certain files that I'm not likely to want to manipulate
-" from within Vim; this is kind of expensive to reload, so I've made it a
-" plugin with a load guard
+" Don't complete certain files that I'm not likely to want to manipulate from
+" within Vim; this is kind of expensive to reload, so I've made it a plugin
+" with a load guard
if v:version < 700 || !has('wildignore')
finish
endif