commit c4624b9543bb7a12572312f605b1e96d07365338
parent 81648fd27719e0b0d7f5f7ac19142c39b857600e
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 19 Mar 2022 17:03:04 +0800
vim-patch:8.2.4546: duplicate #undef
Problem: Duplicate #undef.
Solution: Remove one #undef. (closes vim/vim#9932)
https://github.com/vim/vim/commit/0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/nvim/regexp_nfa.c b/src/nvim/regexp_nfa.c
@@ -1282,7 +1282,6 @@ static void nfa_emit_equi_class(int c)
EMIT2(c);
#undef EMIT2
-#undef EMIT2
}
/*