Files
neovim/test/functional/ex_cmds
Sean Dewar afdc9e6150 fix(:source): copy curbuf lines to memory before sourcing #15111
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.
2021-09-15 05:17:07 -07:00
..
2016-11-17 00:55:39 +01:00
2021-08-17 16:38:39 -06:00
2017-04-11 00:39:12 +02:00
2019-07-13 00:50:52 +02:00
2020-10-19 21:48:06 +02:00
2020-05-10 03:16:30 +09:00
2016-11-17 00:55:39 +01:00