-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Let's say we entered a non-existing pattern and press n
. This produces a simple clean status message:
E486: Pattern not found: \vfoobar
However if we'd do the same through vim-repeat (:call repeat#set("n")<CR>.
) we get an ugly stack trace:
Error detected while processing function repeat#run:
line 17:
E486: Pattern not found: \vfoobar
Press ENTER or type command to continue
Reproduction steps:
$ wget https://raw.githubusercontent.com/tpope/vim-repeat/master/autoload/repeat.vim
$ vim -u NONE
:set nocompatible
:source repeat.vim
/foobar
:call repeat#set("n")
.
Metadata
Metadata
Assignees
Labels
No labels