-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
Dragging tabs to reorganize them does not work #1384
Comments
It seems to work for me. How is it not working? Like it's not reacting to the drag at all? |
8788734B-8D04-4AAE-BF5C-D4B57156DF13.mov |
That seems weird. Do you mind running the following to see what your options are set to?
Also, have you used previous versions of MacVim before? Is this a new issue for you? I did fix a crash in the related code but I don't think it should have caused any issue, so just want to see if it could be related. |
$ defaults read org.vim.MacVim | grep MM
MMAutosaveColumns = 214;
MMAutosaveRows = 55;
MMLastUsedBundleVersion = 176;
MMTopLeftPoint = "{334, 1055}";
I’ve been a MacVim users for many years, and yes I upgraded recently.
… On Mar 10, 2023, at 12:42 PM, Yee Cheng Chin ***@***.***> wrote:
That seems weird. Do you mind running the following to see what your options are set to?
defaults read org.vim.MacVim | grep MM
Also, have you used previous versions of MacVim before? Is this a new issue for you? I did fix a crash in the related code but I don't think it should have caused any issue, so just want to see if it could be related.
—
Reply to this email directly, view it on GitHub <#1384 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC2O6UJZBDJCEUB5IMQ6KBDW3OG4PANCNFSM6AAAAAAVW3QT3Q>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behaviour
Being able to move tabs around with the mouse
Version of Vim and architecture
MacVim r176 Vim 9.0.1276 arm64
Environment
OS Ventura 13.2.1
How MacVim was installed
Downloaded from GitHub
Logs and stack traces
No response
Vim configuration where issue is reproducable
No response
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: