Ignore trailing ! in proxy command name

Close #557
This commit is contained in:
Junegunn Choi
2016-11-26 12:22:55 +09:00
parent 46ddb4af2d
commit 6ad18f5fb8
2 changed files with 2 additions and 1 deletions

View File

@@ -471,7 +471,7 @@ Execute (PlugDiff):
Execute (Trying to execute on-demand commands when plugin is not installed):
call ReloadPlug()
call plug#begin()
Plug 'junegunn/vim-easy-align', { 'on': ['EasyAlign', 'LiveEasyAlign'] }
Plug 'junegunn/vim-easy-align', { 'on': ['EasyAlign', 'LiveEasyAlign!'] }
call plug#end()
Assert exists(':EasyAlign')