diff options
author | Josh Rahm <rahm@google.com> | 2022-08-24 11:45:07 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-27 20:53:30 -0600 |
commit | de6bcd7e7b3290b6d164293f414dcc13461abdd6 (patch) | |
tree | 6a3eec05d58f313321e68559b8168c717cd0c83d /src/nvim/buffer_defs.h | |
parent | f8bddb98545c09a5b861e9d4e0f4edd1e920a4b3 (diff) | |
download | rneovim-de6bcd7e7b3290b6d164293f414dcc13461abdd6.tar.gz rneovim-de6bcd7e7b3290b6d164293f414dcc13461abdd6.tar.bz2 rneovim-de6bcd7e7b3290b6d164293f414dcc13461abdd6.zip |
feat(colorcolchar): revert "feat: rename colorcol in fillchars to colorc"
This reverts commit 234959abbfcf075cb09304b00fc391780580056d and
renames the option 'colorc' -> 'colorcol' again.
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 7e47496291..f276ac771d 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 colorc; + int colorcol; } w_p_fcs_chars; /* |