mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 23:56:03 +00: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>