mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
lint
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user