aboutsummaryrefslogtreecommitdiff
path: root/plugin/digraph_search.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/digraph_search.vim')
-rw-r--r--plugin/digraph_search.vim2
1 files changed, 1 insertions, 1 deletions
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