aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/make
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:12:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:12:11 +1200
commit384115dabd0d3233dbd63c73f43fa84a6f80a8c6 (patch)
tree8c1560098d9ac5d89d67afffe5e5cfdd21b2fb73 /after/ftplugin/make
parentMerge branch 'release/v1.2.0' (diff)
parentBump VERSION (diff)
downloadvim-make-target-master.tar.gz
vim-make-target-master.zip
Merge branch 'release/v1.3.0'HEADv1.3.0master
* release/v1.3.0: Remove unneeded variable scoping Switch to two-spacing
Diffstat (limited to 'after/ftplugin/make')
-rw-r--r--after/ftplugin/make/target.vim2
1 files changed, 1 insertions, 1 deletions
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