]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0159: crash on startup when updating tabline v8.0.0159
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 19:00:04 +0000 (20:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 19:00:04 +0000 (20:00 +0100)
commitc695cec4698b41d7b9555efdd47dda9b1945d3ae
tree2209e0cee05b0b4d806652f73ceacea0124268d8
parent6247361101dcccc0c877e90ad67cd0cc83df7c68
patch 8.0.0159: crash on startup when updating tabline

Problem:    Using a NULL pointer when using feedkeys() to trigger drawing a
            tabline.
Solution:   Skip drawing a tabline if TabPageIdxs is NULL. (Dominique Pelle)
            Also fix recursing into getcmdline() from the cmd window.
src/ex_getln.c
src/screen.c
src/version.c