From 12ed735719547a48aa4628c37dc5e18ac40852b5 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 15 Nov 2016 11:50:54 -0500 Subject: lint --- src/nvim/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/option.c b/src/nvim/option.c index fc93e942ca..0f95974cb4 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -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' -- cgit