diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 11:50:54 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-11-15 11:50:54 -0500 |
commit | 12ed735719547a48aa4628c37dc5e18ac40852b5 (patch) | |
tree | 9aa95c8e89e0e727114879ee96e9de0044d222e2 /src | |
parent | 9d9d93aee39202bc9d691c01a40338ed7bf6df2f (diff) | |
download | rneovim-12ed735719547a48aa4628c37dc5e18ac40852b5.tar.gz rneovim-12ed735719547a48aa4628c37dc5e18ac40852b5.tar.bz2 rneovim-12ed735719547a48aa4628c37dc5e18ac40852b5.zip |
lint
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
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' |