commit | f085f4266e07b36279c56d43fd0d73ed080046ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 07 20:39:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 07 20:39:47 2017 +0200 |
tree | 63cb2b4bf7cf8a8da239c5f9fa232fa6c210569a | |
parent | add8dce38de65a0c64e8f54d6bdcadb45a8de2cf [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 7a9b21c..4b98f44 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 628, +/**/ 627, /**/ 626,