1
0
forked from aniani/vim

patch 8.0.0628: cursor disappears after silent mapping

Problem:    Cursor disappears after silent mapping. (Ramel Eshed)
Solution:   Do restore the cursor when it was changed, but don't change it in
            the first place for a silent mapping.
This commit is contained in:
Bram Moolenaar
2017-06-07 20:39:47 +02:00
parent add8dce38d
commit f085f4266e
2 changed files with 7 additions and 13 deletions

View File

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