aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-08-21 12:32:25 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-08-27 20:53:30 -0600
commit2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade (patch)
tree8037d1adef037be7e14577bb807af2b4e7971041 /src/nvim/buffer_defs.h
parent33c115d92a47fb62b06d27074bd7270d30c1e637 (diff)
downloadrneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.tar.gz
rneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.tar.bz2
rneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.zip
feat(colorcolchar): rename colorcol in fillchars to colorc
Rename the colorcol option in fillchars to the more terse colorc.
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 f276ac771d..7e47496291 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1219,7 +1219,7 @@ struct window_S {
int diff;
int msgsep;
int eob;
- int colorcol;
+ int colorc;
} w_p_fcs_chars;
/*