comparison src/version.c @ 29505:33983b2f030f v9.0.0094

patch 9.0.0094: cursor restored unexpected with nested autocommand Commit: https://github.com/vim/vim/commit/3d6ee8bda0550a01346f5992bbce09c0eb6d7569 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 27 15:23:35 2022 +0100 patch 9.0.0094: cursor restored unexpected with nested autocommand Problem: Cursor restored unexpected with nested autocommand. Solution: Do not restore the cursor when it was moved intentionally. (closes #10780)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 16:30:03 +0200
parents e6e18c0a1694
children d3058719eff5
comparison
equal deleted inserted replaced
29504:44ffb6bf2b55 29505:33983b2f030f
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 94,
738 /**/ 740 /**/
739 93, 741 93,
740 /**/ 742 /**/
741 92, 743 92,
742 /**/ 744 /**/