]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1876: Vim9: parsing commands with newlines wrong v9.0.1876
authorChristian Brabandt <cb@256bit.org>
Tue, 5 Sep 2023 18:46:25 +0000 (20:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Sep 2023 18:53:46 +0000 (20:53 +0200)
commit00cb247465856eaa546c520b65cf0ccc753ee1cd
treee6925577888a5fa96c3fb5ae4b68dd8c02bc0d1d
parent28a60f898d5cd7023596b0e96a081b1573edc807
patch 9.0.1876: Vim9: parsing commands with newlines wrong

Problem:  Vim9: parsing commands with newlines wrong
Solution: Accept a '\n' for parsing lists and command arguments

closes: #13015
closes: #13020

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_docmd.c
src/list.c
src/macros.h
src/testdir/test_crash.vim
src/testdir/test_usercommands.vim
src/userfunc.c
src/version.c