macvim-dev / macvim

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

NERDTreeMapOpenInTab crashes MacVim #1349

Closed jacobespersen closed 1 year ago

jacobespersen commented 1 year ago

Steps to reproduce

Expected behaviour

The given file should be opened in a new tab.

Version of Vim and architecture

VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Sep 15 2022 18:56:17) macOS version - x86_64 Included patches: 1-472

Environment

[Ventura 13.0.1 (22A400), 2,4 GHz 8-Core Intel Core i9] [iTerm2] [fish, version 3.3.1]

How MacVim was installed

Homebrew

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

eirnym commented 1 year ago

Hi, I have a few questions about the issue

Could you please share the trace log as it's a crash report.

Have you tried in the GUI version? If not, please try.

Have you tried vim from other supplier? If not please try. If you unsure, it's easy to build Vim from sources

Could you share minimal vimrc configuration with which another person can reproduce the issue. Please, have no assumptions how plugins are installed as its always the best to have exact machine-repeatable test to find out the problem and make

ychin commented 1 year ago

I think this is a dup of #1333. @jacobespersen you can try to follow https://github.com/macvim-dev/macvim/issues/1333#issuecomment-1303248931 to use non-GUI tabs for now until the next release which will have the fix. I think this bug has been there for a while but triggered by macOS 13 Ventura.

jacobespersen commented 1 year ago

@ychin It indeed looks like a duplicate! Thanks a lot for the help