mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
*: Fix clint errors
This commit is contained in:
@@ -4561,7 +4561,7 @@ syn_cmd_region (
|
||||
item = ITEM_END;
|
||||
} else if (STRCMP(key, "SKIP") == 0) {
|
||||
if (pat_ptrs[ITEM_SKIP] != NULL) { // One skip pattern allowed.
|
||||
illegal = TRUE;
|
||||
illegal = true;
|
||||
break;
|
||||
}
|
||||
item = ITEM_SKIP;
|
||||
|
Reference in New Issue
Block a user