mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 05:42:25 +10:00
Problem: The `:terminal` auto-close logic does not support `&shell` that has arguments, e.g., `/bin/bash -O globstar`. Solution: Join `argv` and match `&shell`. This is not perfect since `&shell` may contain irregular spaces and quotes, but it seems to be good enough.
16 KiB
16 KiB