We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f138728 commit 2cec027Copy full SHA for 2cec027
2 files changed
src/testdir/test_display.vim
@@ -268,12 +268,13 @@ func Test_eob_fillchars()
268
call assert_fails(':set fillchars=eob:<ff>', 'E474:')
269
" default is ~
270
new
271
+ redraw
272
call assert_equal('~', Screenline(2))
273
set fillchars=eob:+
- redraw!
274
275
call assert_equal('+', Screenline(2))
276
set fillchars=eob:\
277
278
call assert_equal(' ', nr2char(screenchar(2, 1)))
279
set fillchars&
280
close
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2641,
755
/**/
756
2640,
757
0 commit comments