commit | 9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 22:04:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 22:04:04 2017 +0200 |
tree | 47d4e016c05fa553fd36b0547029372a23475006 | |
parent | ce11de87e26e1420703242f8e07b4fd69c4032ba [diff] [blame] |
patch 8.0.1223: crash when using autocomplete and tab pages Problem: Crash when using autocomplete and tab pages. Solution: Check if the current tab changed. (Christian Brabandt, closes #2239)
diff --git a/src/version.c b/src/version.c index 1cb437b..6ccb610 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1223, +/**/ 1222, /**/ 1221,