Skip to content

Commit 49b9304

Browse files
committed
patch 8.2.3373: text property test fails on MS-Windows
Problem: text property test fails on MS-Windows. Solution: Set fileformat to "unix"
1 parent cdd8a5e commit 49b9304

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
@@ -858,6 +858,7 @@ func Test_prop_line2byte()
858858
bwipe!
859859

860860
new
861+
setlocal ff=unix
861862
call setline(1, range(520))
862863
call assert_equal(1491, line2byte(401))
863864
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+
3373,
758760
/**/
759761
3372,
760762
/**/

0 commit comments

Comments
 (0)