Steps to reproduce:
- Launch Vim
:split to create new window
:edit file2 in that new window
- Switch back to first window
:edit file1 in the first window
What was expected:
The tabline to be # | file1 | file2 |
What happened instead:
The tabline is # | * | file2 |
Steps to reproduce:
:splitto create new window:edit file2in that new window:edit file1in the first windowWhat was expected:
The tabline to be
# | file1 | file2 |What happened instead:
The tabline is
# | * | file2 |