mirror of
https://github.com/neovim/neovim.git
synced 2025-11-19 08:41:31 +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