aboutsummaryrefslogtreecommitdiff
path: root/plugin/digraph_search.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 15:55:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 15:55:41 +1200
commit6a03a3885c0483d5cf6ef05613e509986822a209 (patch)
treef1760ef0e6e6fae2ec1e14b4cb841027c0ea918b /plugin/digraph_search.vim
parentMerge branch 'hotfix/v0.1.2' (diff)
parentBump VERSION (diff)
downloadvim-digraph-search-0.2.0.tar.gz (sig)
vim-digraph-search-0.2.0.zip
Merge branch 'release/v0.2.0'v0.2.0
* release/v0.2.0: Remove unneeded variable scoping Switch to two-spacing
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>