mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00

The initial implementation for `:tcd` always used `curtab` to find the specified window. This would result in either inaccurate information or an unexpected error (e.g., when there are more windows in the user-specified tab page vs. the current tab page).