mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor: missing parenthesis may cause unexpected problems (#17443)
related vim-8.2.{4402,4639}
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
#define ID_INCR (((uint64_t)1) << 2)
|
||||
|
||||
#define rawkey(itr) (itr->node->key[itr->i])
|
||||
#define rawkey(itr) ((itr)->node->key[(itr)->i])
|
||||
|
||||
static bool pos_leq(mtpos_t a, mtpos_t b)
|
||||
{
|
||||
|
Reference in New Issue
Block a user