From 8b957b771d319192a7789dfa93159afee385e4d4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 May 2019 15:32:55 +1200 Subject: Remove unneeded variable scoping --- plugin/digraph_search.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/digraph_search.vim') 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 " 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 -- cgit v1.2.3