Mercurial > vim
view src/testdir/test10.in @ 30811:c02b74b87608 v9.0.0740
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument
Commit: https://github.com/vim/vim/commit/4997f2a605e15261c4f825494324371f271ef6a8
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 13 14:00:45 2022 +0100
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument
Problem: prop_add_list() gives multiple errors for invalid argument.
Solution: Only give one error message.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 13 Oct 2022 15:15:07 +0200 |
parents | 9d7914012b82 |
children |
line wrap: on
line source
Test that vim9script also works without the +eval feature. STARTTEST :/^START/+1,/^END/-1:w! Xvim9 :so Xvim9 ENDTEST START vim9script if 1 echo 'this is skipped without +eval' endif # colon required for a range :$-1,$w! test.out qa! END first line last line