mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lint
This commit is contained in:
parent
9d9d93aee3
commit
12ed735719
@ -1727,7 +1727,7 @@ do_set (
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (flags & P_FLAGLIST) {
|
if (flags & P_FLAGLIST) {
|
||||||
/* Remove flags that appear twice. */
|
// Remove flags that appear twice.
|
||||||
for (s = newval; *s; s++) {
|
for (s = newval; *s; s++) {
|
||||||
// if options have P_FLAGLIST and P_ONECOMMA such as
|
// if options have P_FLAGLIST and P_ONECOMMA such as
|
||||||
// 'whichwrap'
|
// 'whichwrap'
|
||||||
|
Loading…
Reference in New Issue
Block a user