commit | d009e8682686a56f7565e6e093a42cd0596e121f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 20:20:03 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 20:20:03 2015 +0200 |
tree | 6c08acb9d982596486b039203dd362691aef1342 | |
parent | d68f2219b57acb86ddedebdcc1476fee15c9c0c7 [diff] [blame] |
patch 7.4.734 Problem: ml_get error when using "p" in a Visual selection in the last line. Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 4e5e0c9..a21ec5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 734, +/**/ 733, /**/ 732,