mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
PVS/V560: expression is always true
This macro serves as a sanity-check / documentation.
This commit is contained in:
parent
6cd3912a51
commit
ce6a5fb94b
@ -230,6 +230,7 @@
|
||||
#define UPPER 47 /* Match uppercase char */
|
||||
#define NUPPER 48 /* Match non-uppercase char */
|
||||
#define LAST_NL NUPPER + ADD_NL
|
||||
// -V:WITH_NL:560
|
||||
#define WITH_NL(op) ((op) >= FIRST_NL && (op) <= LAST_NL)
|
||||
|
||||
#define MOPEN 80 // -89 Mark this point in input as start of
|
||||
|
Loading…
Reference in New Issue
Block a user