mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00

Problem: Custom cmdline completion skips original cmdline when pressing
Ctrl-P at first match if completion function invokes glob().
Solution: Move orig_save into struct expand_T.
closes: vim/vim#13216
28a23602e8