]> granicus.if.org Git - vim/commit
patch 8.0.1223: crash when using autocomplete and tab pages v8.0.1223
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 20:04:04 +0000 (22:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 20:04:04 +0000 (22:04 +0200)
commit9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d
tree47d4e016c05fa553fd36b0547029372a23475006
parentce11de87e26e1420703242f8e07b4fd69c4032ba
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)
src/misc1.c
src/popupmnu.c
src/testdir/test_popup.vim
src/version.c