aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2023-01-31 23:07:51 +0000
committerJosh Rahm <joshuarahm@gmail.com>2023-01-31 23:07:51 +0000
commitdaa55ee86df76dee028947db527a4f999569f5f8 (patch)
tree4e2e259fb07fe6d854d18ffbb312697366146b7b /src/nvim/buffer_defs.h
parent9837de570c5972f98e74848edc97c297a13136ea (diff)
downloadrneovim-daa55ee86df76dee028947db527a4f999569f5f8.tar.gz
rneovim-daa55ee86df76dee028947db527a4f999569f5f8.tar.bz2
rneovim-daa55ee86df76dee028947db527a4f999569f5f8.zip
feat(colorcolchar): remove existing colorcolumnchar in the fillchars. Make way for more flexibility
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 78ac10a7d6..f01edd1ad2 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1175,7 +1175,6 @@ struct window_S {
int diff;
int msgsep;
int eob;
- int colorcol;
int lastline;
} w_p_fcs_chars;