]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2133: Vim9: checking for a non-empty string is too strict v8.2.2133
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 17:58:40 +0000 (18:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 17:58:40 +0000 (18:58 +0100)
commit2a9d5d386bea8455b37c1accebc45683ec51d6fb
treee5e67a60b0741486ce6e53fe76ca3669a9f7e752
parent3ae50c775c00b098cdfc9e90b17c4cc07f00e08d
patch 8.2.2133: Vim9: checking for a non-empty string is too strict

Problem:    Vim9: checking for a non-empty string is too strict.
Solution:   Check for any string. (closes #7447)
src/errors.h
src/filepath.c
src/proto/typval.pro
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c