Files
neovim/test/functional/api
Sean Dewar 6436100b6e backport: fix(:source, nvim_exec): handle Vimscript line continuations #14809
Problem:
Anonymous :source (no args) and nvim_exec() don't support Vimscript line continuations.

Solution:
Factor out the concat logic into concat_continued_line() and a
CONCAT_CONTINUED_LINES macro for simple concatenations where lines are
fetched individually.

Closes #14807
2021-09-15 13:34:54 +01:00
..
2019-09-06 17:19:07 -07:00
2021-01-05 00:39:07 -08:00
2021-04-22 17:09:18 +06:00
2019-11-25 01:08:02 -08:00