comparison src/version.c @ 11490:6a06738f8948 v8.0.0628

patch 8.0.0628: cursor disappears after silent mapping commit https://github.com/vim/vim/commit/f085f4266e07b36279c56d43fd0d73ed080046ae Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 7 20:39:47 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Jun 2017 20:45:03 +0200
parents 9473793c7bb5
children 5ccf1b222223
comparison
equal deleted inserted replaced
11489:a7fa3a540af2 11490:6a06738f8948
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 628,
767 /**/ 769 /**/
768 627, 770 627,
769 /**/ 771 /**/
770 626, 772 626,
771 /**/ 773 /**/