commit | 5a49789a9b1f6447aeafbbbdd5b235dd10c471d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:29:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 16:29:04 2016 +0200 |
tree | 611853ba4f58cc676cffdfdf622dad348372c269 | |
parent | dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067 [diff] [blame] |
patch 7.4.2312 Problem: Crash when autocommand moves to another tab. (Dominique Pelle) Solution: When navigating to another window halfway the :edit command go back to the right window.
diff --git a/src/version.c b/src/version.c index ff7f236..df1de63 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2312, +/**/ 2311, /**/ 2310,