comparison src/version.c @ 12545:241fbf588b95 v8.0.1151

patch 8.0.1151: "vim -c startinsert!" doesn't append commit https://github.com/vim/vim/commit/09ca932f8e7d63a83b39baa7c03d4c6145e3baab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 26 17:40:45 2017 +0200 patch 8.0.1151: "vim -c startinsert!" doesn't append Problem: "vim -c startinsert!" doesn't append. Solution: Correct line number on startup. (Christian Brabandt, closes https://github.com/vim/vim/issues/2117)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Sep 2017 17:45:04 +0200
parents e9028055f6d6
children aa3f6d093f4b
comparison
equal deleted inserted replaced
12544:cc430340048d 12545:241fbf588b95
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1151,
764 /**/ 766 /**/
765 1150, 767 1150,
766 /**/ 768 /**/
767 1149, 769 1149,
768 /**/ 770 /**/