aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-26 07:06:43 +0100
committerGitHub <noreply@github.com>2019-12-26 07:06:43 +0100
commitb0196586debd55b9b8be62966084eee12bf0e4ad (patch)
tree738e9c21a57e31950420cb0533b8a8b2a8838eb0 /src/nvim/buffer_defs.h
parent927a4f24e09e879ae1006aab32ead81985c61865 (diff)
parentbbad324b175f1bd35201f0ba73fba1b11af7093d (diff)
downloadrneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.tar.gz
rneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.tar.bz2
rneovim-b0196586debd55b9b8be62966084eee12bf0e4ad.zip
Merge #11568 'fillchars: foldopen, foldsep, foldclose'
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index bc4fb2997d..265fc05f67 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1126,6 +1126,9 @@ struct window_S {
int stlnc;
int vert;
int fold;
+ int foldopen; ///< when fold is open
+ int foldclosed; ///< when fold is closed
+ int foldsep; ///< continuous fold marker
int diff;
int msgsep;
int eob;