aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/digraph_search.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
diff --git a/plugin/digraph_search.vim b/plugin/digraph_search.vim
index 44a1307..24a5f37 100644
--- a/plugin/digraph_search.vim
+++ b/plugin/digraph_search.vim
@@ -8,7 +8,7 @@
if exists('g:loaded_digraph_search') || &compatible
finish
endif
-if v:version < 700
+if !has('digraphs') || v:version < 700
finish
endif
let g:loaded_digraph_search = 1