macvim-dev / macvim

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

Dropping multiple files into MacVim causes it to crash #1227

Closed limintang closed 2 years ago

limintang commented 2 years ago

Steps to reproduce

  1. Pull the source repo from patch 8.2.4040 or later
  2. Build MacVim
  3. Open MacVim
  4. Select multiple files and drop them together into MacVim
  5. MacVim window disappears (crashes)

Expected behaviour

MacVim opened all dropped files.

Issue can be fixed with the following patch: patch.txt

Version of Vim

8.2.4040

Environment

MacOS Catalina 10.15.7

Logs and stack traces

No response

eirnym commented 2 years ago

@limintang thank you for an issue. Can you open PR instead?

limintang commented 2 years ago

@limintang thank you for an issue. Can you open PR instead?

Just opened a PR.