commit | 00cb247465856eaa546c520b65cf0ccc753ee1cd | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Sep 05 20:46:25 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Sep 05 20:53:46 2023 +0200 |
tree | e6925577888a5fa96c3fb5ae4b68dd8c02bc0d1d | |
parent | 28a60f898d5cd7023596b0e96a081b1573edc807 [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index f09039c..db11876 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1876, +/**/ 1875, /**/ 1874,