mirror of
https://github.com/neovim/neovim.git
synced 2026-03-05 16:47:17 +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>