aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-03-01 16:43:06 +0100
committerMatthieu Coudron <mattator@gmail.com>2020-03-01 16:45:51 +0100
commit4ffae76520c924fa9f3d5f9850f84c89c002877c (patch)
treeef34989022a6590680efacc2068aec89de5312a1 /src/nvim/ex_cmds.c
parent1a2be57da3f7e33af4e4eb3e0d36569feea71253 (diff)
downloadrneovim-4ffae76520c924fa9f3d5f9850f84c89c002877c.tar.gz
rneovim-4ffae76520c924fa9f3d5f9850f84c89c002877c.tar.bz2
rneovim-4ffae76520c924fa9f3d5f9850f84c89c002877c.zip
addressing reviews
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r--src/nvim/ex_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c
index fb21774f14..3c286de119 100644
--- a/src/nvim/ex_cmds.c
+++ b/src/nvim/ex_cmds.c
@@ -4483,7 +4483,7 @@ prepare_tagpreview (
RESET_BINDING(curwin); /* don't take over 'scrollbind'
and 'cursorbind' */
curwin->w_p_diff = false; // no 'diff'
- set_string_option_direct((char_u *)"fdc", -1,
+ set_string_option_direct((char_u *)"fdc", -1, // no 'foldcolumn'
(char_u *)"0", OPT_FREE, SID_NONE);
return true;
}