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.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/digraph_search.vim b/plugin/digraph_search.vim
index 1d58d42..1923eb2 100644
--- a/plugin/digraph_search.vim
+++ b/plugin/digraph_search.vim
@@ -5,13 +5,13 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('g:loaded_digraph_search') || &compatible
+if exists('loaded_digraph_search') || &compatible
finish
endif
if !has('digraphs') || v:version < 700
finish
endif
-let g:loaded_digraph_search = 1
+let loaded_digraph_search = 1
" Set up mapping
inoremap <silent> <unique>