commit | 19a66858a5e3fedadc371321834507c34e2dfb18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 11:25:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 11:25:32 2019 +0100 |
tree | 6fca21cc4c5fcb7cfd73faaea55cb152272da49f | |
parent | d5a5886ce90a30efc830b0053472735c5bbb4b0f [diff] [blame] |
patch 8.1.0998: getcurpos() unexpectedly changes "curswant" Problem: getcurpos() unexpectedly changes "curswant". Solution: Save and restore "curswant". (closes #4069)
diff --git a/src/version.c b/src/version.c index 539a1e1..e57b576 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 998, +/**/ 997, /**/ 996,