commit | 30441bb3d5fa73f888b09684db3f54ff5ab48dbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 13:19:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 13:19:31 2021 +0200 |
tree | a1061744b892daf8b62f10917039631ca457fda8 | |
parent | 41fb723ee97baa2f095cde601a5a144b168b7a6b [diff] [blame] |
patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window Problem: With 'nowrap' cursor position is unexected in narrow window. (Leonid V. Fedorenchik) Solution: Put cursor on the last non-empty line. (closes #8525)
diff --git a/src/version.c b/src/version.c index fc65ac0..518844f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3122, +/**/ 3121, /**/ 3120,