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 3f3a42c..e6c9a0c 100644
--- a/autoload/xolox/misc/compat.vim
+++ b/autoload/xolox/misc/compat.vim
@@ -12,7 +12,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 = 7
+let g:xolox#misc#compat#version = 8
" Remember the directory where the miscellaneous scripts are loaded from
" so the user knows which plug-in to update if incompatibilities arise.