comparison src/version.c @ 11436:69b52a770b29 v8.0.0602

patch 8.0.0602: when gF fails to edit the file the cursor still moves commit https://github.com/vim/vim/commit/2a79ed293c077ba791db962f0e121cf97ba4f7a7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 24 09:51:39 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Wed, 24 May 2017 10:00:03 +0200
parents b3815e491811
children 53f6d97b4e77
comparison
equal deleted inserted replaced
11435:e97a062b6065 11436:69b52a770b29
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 602,
767 /**/ 769 /**/
768 601, 770 601,
769 /**/ 771 /**/
770 600, 772 600,
771 /**/ 773 /**/