]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h" v9.0.1545
authorLuuk van Baal <luukvbaal@gmail.com>
Fri, 12 May 2023 14:47:25 +0000 (15:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 May 2023 14:47:25 +0000 (15:47 +0100)
commit8667a5678f983ba899825b810ab849952d49bcb8
treed231ffff7abc79c7bdb26a078ae05edcfbccd44d
parent378447fc183b589039a5bf257923a86d439b0a91
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)
src/edit.c
src/normal.c
src/testdir/test_scroll_opt.vim
src/version.c