Skip to content

Commit a401bba

Browse files
committed
patch 8.2.3350: text properties test fails on MS-Windows
Problem: Text properties test fails on MS-Windows. Solution: Set fileformat to unix.
1 parent 5cebca2 commit a401bba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_textprop.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ func Test_prop_line2byte()
812812
bwipe!
813813

814814
new
815+
setlocal ff=unix
815816
call setline(1, range(500))
816817
call assert_equal(1491, line2byte(401))
817818
call prop_add(2, 1, {'type': 'comment'})

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ static char *(features[]) =
755755

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3350,
758760
/**/
759761
3349,
760762
/**/

0 commit comments

Comments
 (0)