Need to :execute the :silent! call to avoid that the remainder of the
command line is aborted together with the call when repeat.vim is not
installed. Otherwise, <SID>MyFunction() won't be invoked, and the
mapping does nothing.
This had originally been submitted as #13, but then mistakenly got removed again by #60.
Need to
:execute
the:silent!
call to avoid that the remainder of the command line is aborted together with the call when repeat.vim is not installed. Otherwise,<SID>MyFunction()
won't be invoked, and the mapping does nothing.This had originally been submitted as #13, but then mistakenly got removed again by #60.