comparison src/version.c @ 10154:4647267906cc v7.4.2347

commit https://github.com/vim/vim/commit/c4a908e83690844b0d3a46124ba6af7d23485d69 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 8 23:35:30 2016 +0200 patch 7.4.2347 Problem: Crash when closing a buffer while Visual mode is active. (Dominique Pelle) Solution: Adjust the position before computing the number of lines. When closing the current buffer stop Visual mode.
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Sep 2016 23:45:06 +0200
parents 0be17a56e65f
children f1ad88f3834c
comparison
equal deleted inserted replaced
10153:715d6c5707b8 10154:4647267906cc
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2347,
766 /**/ 768 /**/
767 2346, 769 2346,
768 /**/ 770 /**/
769 2345, 771 2345,
770 /**/ 772 /**/