1
0
forked from aniani/vim

patch 8.1.1337: get empty text prop when splitting line just after text prop

Problem:    Get empty text prop when splitting line just after text prop.
Solution:   Do not create an empty text prop at the start of the line.
This commit is contained in:
Bram Moolenaar
2019-05-17 11:08:56 +02:00
parent 17aca707f9
commit 5c65e6a062
3 changed files with 8 additions and 5 deletions

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1337,
/**/
1336,
/**/