aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-09-22 11:03:34 -0600
committerJosh Rahm <rahm@google.com>2022-01-11 14:12:30 -0700
commit74895adbe461e56b3472408a5acc08ee19833b85 (patch)
tree604d848bc6c12e53af34a4168b0b15ffa90034dc /src/nvim/buffer_defs.h
parentaba03932eeade5af887355d6fadb58ad0dda6b89 (diff)
downloadrneovim-74895adbe461e56b3472408a5acc08ee19833b85.tar.gz
rneovim-74895adbe461e56b3472408a5acc08ee19833b85.tar.bz2
rneovim-74895adbe461e56b3472408a5acc08ee19833b85.zip
Move colorcolumn character option to fillchars.
listchars is not the right place for it.
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 575de4d0cb..d5fb2df52b 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1231,7 +1231,6 @@ struct window_S {
int trail;
int *multispace;
int conceal;
- int colorcol;
} w_p_lcs_chars;
// 'fillchars' characters. Defaults set in set_chars_option().
@@ -1246,6 +1245,7 @@ struct window_S {
int diff;
int msgsep;
int eob;
+ int colorcol;
} w_p_fcs_chars;
/*