mirror of
https://github.com/neovim/neovim.git
synced 2026-09-16 19:02:11 +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