commit | 6c018680be0ec25d42614a93be1ea08df29a9e2a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu May 11 18:38:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 11 18:38:14 2023 +0100 |
tree | 6968cb3193efec671e3637bbe92fe177c3d736e1 | |
parent | e741f039cf46ccfbdaaa274618810787129d152b [diff] [blame] |
patch 9.0.1542: line not fully displayed if it doesn't fit in the screen Problem: Line not fully displayed if it doesn't fit in the screen. Solution: Do not reset s_skipcol if not needed. (Luuk van Baal, closes #12376)
diff --git a/src/version.c b/src/version.c index c917be5..4c70def 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1542, +/**/ 1541, /**/ 1540,