mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
PVS/V560: expression is always true
This macro serves as a sanity-check / documentation.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user