mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 18:11:12 +10:00
Problem: Crash when using gettabwinvar() with invalid arguments. (Yilin
Yang)
Solution: Use "curtab" if "tp" is NULL. (closes vim/vim#5475)
ee93b737aa
Co-authored-by: Bram Moolenaar <Bram@vim.org>