mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
lint (#16526)
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
/// @return Folded variant.
|
||||
#define CH_FOLD(c) \
|
||||
utf_fold((sizeof(c) == sizeof(char)) \
|
||||
?((int)(uint8_t)(c)) \
|
||||
:((int)(c)))
|
||||
? ((int)(uint8_t)(c)) \
|
||||
: ((int)(c)))
|
||||
|
||||
/// Flags for vim_str2nr()
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user