macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Dragging tabs to reorganize them does not work #1384

Open bsergean opened 1 year ago

bsergean commented 1 year ago

Steps to reproduce

  1. Create 3 tabs
  2. Try to drag the middle tab left or right, by picking it with the mouse, it cannot be done

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

Other conditions

ychin commented 1 year ago

It seems to work for me. How is it not working? Like it's not reacting to the drag at all?

bsergean commented 1 year ago

https://user-images.githubusercontent.com/11857745/224422517-87710339-909a-4639-b518-664eb072d5ca.mov

ychin commented 1 year ago

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.

bsergean commented 1 year ago

$ 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 https://github.com/macvim-dev/macvim/issues/1384#issuecomment-1464443344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2O6UJZBDJCEUB5IMQ6KBDW3OG4PANCNFSM6AAAAAAVW3QT3Q. You are receiving this because you authored the thread.