0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.2124: ruler is not updated if win_execute() moves cursor

Problem:    Ruler is not updated if win_execute() moves cursor.
Solution:   Update the status line. (closes #5022)
This commit is contained in:
Bram Moolenaar
2019-10-08 22:20:35 +02:00
parent c3e555b22f
commit 345f28df54
3 changed files with 28 additions and 0 deletions

View File

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