From 2eb421d272c65106a9922f0be764bb2ac12f3fe3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Nov 2017 17:38:38 +1300 Subject: Check 'eval' feature for loading command_typos.vim I strongly suspect the presence of 'user_commands' implies it, but I'm not sure. --- vim/plugin/command_typos.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/plugin') diff --git a/vim/plugin/command_typos.vim b/vim/plugin/command_typos.vim index 5ee43e09..592392ab 100644 --- a/vim/plugin/command_typos.vim +++ b/vim/plugin/command_typos.vim @@ -1,7 +1,7 @@ " Tolerate typos like :Wq, :Q, or :Qa and do what I mean, including any " arguments or modifiers; I fat-finger these commands a lot because I type " them so rapidly, and they don't correspond to any other commands I use -if has('user_commands') +if has('eval') && has('user_commands') command! -bang -complete=file -nargs=? E e command! -bang -complete=file -nargs=? W w command! -bang -complete=file -nargs=? WQ wq -- cgit v1.2.3