mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
lint (#16526)
This commit is contained in:
@@ -209,8 +209,8 @@ typedef enum {
|
||||
|
||||
/// flags for find_name_end()
|
||||
#define FNE_INCL_BR 1 // find_name_end(): include [] in name
|
||||
#define FNE_CHECK_START 2 /* find_name_end(): check name starts with
|
||||
valid character */
|
||||
#define FNE_CHECK_START 2 // find_name_end(): check name starts with
|
||||
// valid character
|
||||
|
||||
typedef struct {
|
||||
TimeWatcher tw;
|
||||
|
Reference in New Issue
Block a user