commit | 0ab190c05706b1c72e6e2ca4d990febfa81cf886 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 23 23:27:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 23 23:27:36 2019 +0200 |
tree | 3feebb49e1cda191d9e19cc7da45a28517bdab5d | |
parent | 1c6fd1e100fd0457375642ec50d483bcc0f61bb2 [diff] [blame] |
patch 8.1.1373: "[p" in Visual mode puts in wrong line Problem: "[p" in Visual mode puts in wrong line. Solution: Call nv_put() instead of duplicating the functionality. (closes #4408)
diff --git a/src/version.c b/src/version.c index 7bac657..b3ecd8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1373, +/**/ 1372, /**/ 1371,