mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
macros: Fix excessive check
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
do { \
|
||||
if (*p_langmap \
|
||||
&& (condition) \
|
||||
&& (p_lrm || (!p_lrm && KeyTyped)) \
|
||||
&& (p_lrm || KeyTyped) \
|
||||
&& !KeyStuffed \
|
||||
&& (c) >= 0) \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user