mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
macros: Fix excessive check
This commit is contained in:
parent
9e9ba14e0e
commit
fb4754104b
@ -75,7 +75,7 @@
|
||||
do { \
|
||||
if (*p_langmap \
|
||||
&& (condition) \
|
||||
&& (p_lrm || (!p_lrm && KeyTyped)) \
|
||||
&& (p_lrm || KeyTyped) \
|
||||
&& !KeyStuffed \
|
||||
&& (c) >= 0) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user