commit | 8667a5678f983ba899825b810ab849952d49bcb8 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Fri May 12 15:47:25 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 12 15:47:25 2023 +0100 |
tree | d231ffff7abc79c7bdb26a078ae05edcfbccd44d | |
parent | 378447fc183b589039a5bf257923a86d439b0a91 [diff] [blame] |
patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h" Problem: Text not scrolled when cursor moved with "g0" and "h". Solution: Adjust w_skipcol when needed. (Luuk van Baal, closes #12387)
diff --git a/src/version.c b/src/version.c index 4f2b2a7..f13f8e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1545, +/**/ 1544, /**/ 1543,