mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
The ':tcd' command is the first tab-specific command written to the file
and it is wrapped inside an 'if has('nvim')' block to keep the session
file compatible with Vim.
Closes #6678