commit | c4a908e83690844b0d3a46124ba6af7d23485d69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 23:35:30 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 23:35:30 2016 +0200 |
tree | 1a38f95d4fb857bd49b70a60e9de225c19b4574a | |
parent | abd468ed0fbcba391e7833feeaa7de3ced841455 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 55f8541..8740a98 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2347, +/**/ 2346, /**/ 2345,