You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the minimal vimrc above, a <expr> mapping is defined (<leader>t to echo 'test').
It works fine if you press <leader>t without a break.
But if you press <leader> and wait until which-key window appear, then press t, which-key will ignore <expr> and just execute W() in normal mode.
The text was updated successfully, but these errors were encountered:
OS: Ubuntu 16.04
Vim: Vi IMproved 8.1-1729
Problem Description
In the minimal vimrc above, a
<expr>
mapping is defined (<leader>t
to echo 'test').It works fine if you press
<leader>t
without a break.But if you press
<leader>
and wait until which-key window appear, then presst
, which-key will ignore<expr>
and just executeW()
in normal mode.The text was updated successfully, but these errors were encountered: