mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:32:45 +10:00
It's possible for weirdness to happen if curbuf is modified while sourcing from it via :source (with no arguments). For example: - Deleting lines from or wiping curbuf can cause internal error E315 to be thrown from ml_get. - Changing the curbuf to another buffer while sourcing can cause lines from the new curbuf to then be sourced instead.
3.6 KiB
3.6 KiB