mirror of
https://github.com/neovim/neovim.git
synced 2026-07-28 03:26:35 +00:00
Problem: Expanding an unknown ~user path falls back to the shell. In a fast event, this re-enters the event loop and aborts Nvim. Solution: Leave unknown users unexpanded when the system account lookup fails.