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 5cebca2 commit a401bbaCopy full SHA for a401bba
src/testdir/test_textprop.vim
@@ -812,6 +812,7 @@ func Test_prop_line2byte()
812
bwipe!
813
814
new
815
+ setlocal ff=unix
816
call setline(1, range(500))
817
call assert_equal(1491, line2byte(401))
818
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
+ 3350,
760
/**/
761
3349,
762
0 commit comments