mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
build(lint): remove unnecessary clint.py rules
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py.
This commit is contained in:
@@ -960,7 +960,7 @@ void do_highlight(const char *line, const bool forceit, const bool init)
|
||||
|
||||
from_end = skiptowhite(from_start);
|
||||
to_start = skipwhite(from_end);
|
||||
to_end = skiptowhite(to_start);
|
||||
to_end = skiptowhite(to_start);
|
||||
|
||||
if (ends_excmd((uint8_t)(*from_start))
|
||||
|| ends_excmd((uint8_t)(*to_start))) {
|
||||
|
Reference in New Issue
Block a user