commit | 2a79ed293c077ba791db962f0e121cf97ba4f7a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 24 09:51:39 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 24 09:51:39 2017 +0200 |
tree | 65412b41e41eedd2ba9674575d97a3504d3047eb | |
parent | 545cb79da586be3333a0a55616046f94b01f6b1a [diff] [blame] |
patch 8.0.0602: when gF fails to edit the file the cursor still moves Problem: When gF fails to edit the file the cursor still moves to the found line number. Solution: Check the return value of do_ecmd(). (Michael Hwang)
diff --git a/src/version.c b/src/version.c index 202ce95..cb35520 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 602, +/**/ 601, /**/ 600,