aboutsummaryrefslogtreecommitdiff
path: root/plugin/digraph_search.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 18:06:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 18:06:48 +1200
commit0e1dd4e1ebe8ef02d7d63d493de9e4c231e1978f (patch)
treefed9ca1cd7bba8979fb7180388a7186414bea1c9 /plugin/digraph_search.vim
parentFirst version (diff)
parentBump VERSION (diff)
downloadvim-digraph-search-0e1dd4e1ebe8ef02d7d63d493de9e4c231e1978f.tar.gz
vim-digraph-search-0e1dd4e1ebe8ef02d7d63d493de9e4c231e1978f.zip
Merge branch 'hotfix/v0.1.1' into develop
* hotfix/v0.1.1: Bump VERSION Require +digraphs feature
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