mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
- Workaround #10966: 'paste' option is not always reset. - In any case there's not much reason to wait until phase=3, because pasting in cmdline-mode skips lines after the first line (thus the `:set paste .. :set nopaste` dance happens only ~once).