From acb2ed1390d98516d8d1d5fd7ca83ed4d55af948 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 May 2019 00:03:10 +1200 Subject: Remove unnecessary g: prefixes to Vim variables --- vim/after/ftplugin/mail.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin/mail.vim') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 898fd6a8..457135ef 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -26,13 +26,13 @@ let b:undo_ftplugin .= '|setlocal formatoptions<' " Define what constitutes a 'blank line' for the squeeze_repeat_blanks.vim " plugin, if loaded, to include leading quotes and spaces -if exists('g:loaded_squeeze_repeat_blanks') +if exists('loaded_squeeze_repeat_blanks') let b:squeeze_repeat_blanks_blank = '^[ >]*$' let b:undo_ftplugin .= '|unlet b:squeeze_repeat_blanks_blank' endif " Stop here if the user doesn't want ftplugin mappings -if exists('g:no_plugin_maps') || exists('g:no_mail_maps') +if exists('no_plugin_maps') || exists('no_mail_maps') finish endif -- cgit v1.2.3