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 cdd8a5e commit 49b9304Copy full SHA for 49b9304
src/testdir/test_textprop.vim
@@ -858,6 +858,7 @@ func Test_prop_line2byte()
858
bwipe!
859
860
new
861
+ setlocal ff=unix
862
call setline(1, range(520))
863
call assert_equal(1491, line2byte(401))
864
call prop_add(2, 1, {'type': 'comment'})
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3373,
760
/**/
761
3372,
762
0 commit comments