commit | 345f28df5482cd35f5fa74b06443376379f113b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 08 22:20:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 08 22:20:35 2019 +0200 |
tree | e1ad21b604881812680f765790e06304c44835aa | |
parent | c3e555b22f24f93aabd31943c35a9228abb6ecb6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f07d038..514f3c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2124, +/**/ 2123, /**/ 2122,