From fe6b99bd378b00db11975a95c525f19a5645e88a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 May 2019 16:11:32 +1200 Subject: Remove unneeded variable scoping --- after/ftplugin/make/target.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after') diff --git a/after/ftplugin/make/target.vim b/after/ftplugin/make/target.vim index 57c23d2..b3015a7 100644 --- a/after/ftplugin/make/target.vim +++ b/after/ftplugin/make/target.vim @@ -12,7 +12,7 @@ if exists('b:did_ftplugin_make_target') endif " Stop here if the user doesn't want ftplugin mappings -if exists('g:no_plugin_maps') || exists('g:no_make_maps') +if exists('no_plugin_maps') || exists('no_make_maps') finish endif -- cgit v1.2.3