commit | a2b91036d12e1b406ed5d17bf03f8d1ed05221f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 18:20:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 18:20:08 2022 +0100 |
tree | d14bd92d1fe7e688651c01ae175c1c623607a98f | |
parent | faf1d412f5e3665021500b528c0e7301eb02bf0b [diff] [blame] |
patch 9.0.0506: line number argument for :badd does not work Problem: Line number argument for :badd does not work. Solution: Set the last cursor position in the new buffer. (closes #11161)
diff --git a/src/version.c b/src/version.c index 9de0676..15f5e38 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 506, +/**/ 505, /**/ 504,