1
0
forked from aniani/vim

updated for version 7.3.852

Problem:    system() breaks clipboard text. (Yukihiro Nakadaira)
Solution:   Use Xutf8TextPropertyToTextList(). (Christian Brabandt)
            Also do not put the text in the clip buffer if conversion fails.
This commit is contained in:
Bram Moolenaar
2013-03-07 18:02:30 +01:00
parent 210f3704f7
commit e2e663f67d
3 changed files with 28 additions and 3 deletions

View File

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