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 73fd498 commit 7089237Copy full SHA for 7089237
src/testdir/test_display.vim
@@ -18,6 +18,8 @@ function! Test_display_foldcolumn()
18
new
19
vnew
20
vert resize 25
21
+ call assert_equal(25, winwidth(winnr()))
22
+ set isprint=@
23
24
1put='e more noise blah blah more stuff here'
25
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 128,
769
/**/
770
127,
771
0 commit comments