-
-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab default ordering / reordering bugs #1475
Comments
Downgrading from r179 to r178 fixes the tab UI issue, however the default order is still incorrect, and has been for as long as I can remember. I've just been ignoring it without complaint until r179 made things a lot worse. |
I have also experienced weird UI behavior with tabs, as well as MacVim crashes. I experimented today a bit, and I was able to get a crash even when launching MacVim with Here's a diagnostic report. To get this particular crash, I launched MacVim from the command line with
|
@caseyandgina I think the macvim/src/MacVim/MMAppController.m Lines 628 to 633 in e10ad1f
|
Sorry for the late response here. The tab crash should be fixed in #1499. Let me think about the ordering issue. |
Just popping in to confirm I can no longer reproduce the tab crashing behavior noted in my previous comment after updating to r180. 🎉 |
Steps to reproduce
open up.sql down.sql
.down.sql
is the first tab, andup.sql
is the second tab.down.sql
remains the first and only visible tab. There is then no way to get to theup.sql
file. When quitting MacVim, a confirmation appears warning that there are two files open.a. The tab appears and MacVim successfully switches to it.
b. The tab stays invisible, and nothing happens.
c. MacVim crashes. I had a crash report but unfortunately didn't get it saved due to the fifth item in this list.
d. Sometimes, switching to a different app and back again will make the tabs appear and be switchable again. Other times, this does not happen. If it does restore the abliity to see/change tabs, attempting to drag one again re-enters this lottery.
e. MacOS crashes (!!!). Crash log attached. Not sure if this is related to MacVim, but it's the first OS crash I've seen in a very long time, and happened as I was trying to move tabs in MacVim.
Expected behaviour
open
command, just as they do if I typevim up.sql down.sql
in a terminal.Version of Vim and architecture
r179 (Vim 9.1.0), arm64
Environment
MacOS Sonoma 14.2.1
How MacVim was installed
Downloaded from GitHub, then updated periodically via the built-in updater
Logs and stack traces
Vim configuration where issue is reproducable
Using unmodified default configuration
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean
(orgvim
, supplied by MacVim distribution)vim --clean
(in terminal, supplied by MacVim distribution)vim --clean
(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions
The text was updated successfully, but these errors were encountered: