mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Add ‘eob’ option to fillchars
This option allows configuring what character is shown on the empty lines at the end of a buffer, previously hardcoded to ‘~’
This commit is contained in:

committed by
Björn Linse

parent
463da84806
commit
a7bb63c55d
@@ -3386,6 +3386,7 @@ static char_u *set_chars_option(char_u **varp)
|
||||
{ &fill_fold, "fold" , 183 }, // ·
|
||||
{ &fill_diff, "diff" , '-' },
|
||||
{ &fill_msgsep, "msgsep", ' ' },
|
||||
{ &fill_eob, "eob", '~' },
|
||||
};
|
||||
static struct charstab lcstab[] = {
|
||||
{ &lcs_eol, "eol", NUL },
|
||||
|
Reference in New Issue
Block a user