mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +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:
@@ -4681,7 +4681,7 @@ void copy_winopt(winopt_T *from, winopt_T *to)
|
||||
to->wo_ve = copy_option_val(from->wo_ve);
|
||||
to->wo_ve_flags = from->wo_ve_flags;
|
||||
to->wo_nuw = from->wo_nuw;
|
||||
to->wo_rl = from->wo_rl;
|
||||
to->wo_rl = from->wo_rl;
|
||||
to->wo_rlc = copy_option_val(from->wo_rlc);
|
||||
to->wo_sbr = copy_option_val(from->wo_sbr);
|
||||
to->wo_stl = copy_option_val(from->wo_stl);
|
||||
|
Reference in New Issue
Block a user