aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-04 21:52:01 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-10-05 06:59:05 +0800
commitddc363dce9020bce7d5bd931929f0d11cc87ad6d (patch)
tree3874a940d7445f173e02164ddd5c1fb288dde29c /src/nvim/buffer_defs.h
parent6abb48105135ce3ae7eda22334f8104c5ddf20ce (diff)
downloadrneovim-ddc363dce9020bce7d5bd931929f0d11cc87ad6d.tar.gz
rneovim-ddc363dce9020bce7d5bd931929f0d11cc87ad6d.tar.bz2
rneovim-ddc363dce9020bce7d5bd931929f0d11cc87ad6d.zip
vim-patch:9.0.0656: cannot specify another character to use instead of '@'
Problem: Cannot specify another character to use instead of '@' at the end of the window. Solution: Add "lastline" to 'fillchars'. (Martin Tournoij, closes vim/vim#11264, closes vim/vim#10963) https://github.com/vim/vim/commit/4ba5f1dab656103e8f4a4505452d1816b9e83c1e Use latest code in drawscreen.c instead.
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 1212dffcec..5850763bcb 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1168,6 +1168,7 @@ struct window_S {
int diff;
int msgsep;
int eob;
+ int lastline;
} w_p_fcs_chars;
// "w_topline", "w_leftcol" and "w_skipcol" specify the offsets for