aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/diff/prune.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/diff/prune.vim')
-rw-r--r--after/ftplugin/diff/prune.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/diff/prune.vim b/after/ftplugin/diff/prune.vim
index 814d173..a3f7720 100644
--- a/after/ftplugin/diff/prune.vim
+++ b/after/ftplugin/diff/prune.vim
@@ -11,7 +11,7 @@ if exists('b:did_ftplugin_diff_prune')
endif
" Stop here if the user doesn't want ftplugin mappings
-if exists('g:no_plugin_maps') || exists('g:no_diff_maps')
+if exists('no_plugin_maps') || exists('no_diff_maps')
finish
endif