aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/misc/compat.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/xolox/misc/compat.vim')
-rw-r--r--autoload/xolox/misc/compat.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/xolox/misc/compat.vim b/autoload/xolox/misc/compat.vim
index 56aff62..84f0a5f 100644
--- a/autoload/xolox/misc/compat.vim
+++ b/autoload/xolox/misc/compat.vim
@@ -7,7 +7,7 @@
" scripts breaks backwards compatibility. This enables my Vim plug-ins to fail
" early when they detect an incompatible version, instead of breaking at the
" worst possible moments :-).
-let g:xolox#misc#compat#version = 5
+let g:xolox#misc#compat#version = 6
" Remember the directory where the miscellaneous scripts are loaded from
" so the user knows which plug-in to update if incompatibilities arise.