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