]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4842: expand("%:p") is not empty when there is no buffer name v8.2.4842
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2022 18:09:03 +0000 (19:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2022 18:09:03 +0000 (19:09 +0100)
commit211a5bb2353c66684f38527184a258921f95c9d9
tree72c3147098eebf1720061ebd8fa3996b7eeb50fb
parenta96edb736d4274fc4aea460800780e06e1510812
patch 8.2.4842: expand("%:p") is not empty when there is no buffer name

Problem:    expand("%:p") is not empty when there is no buffer name.
Solution:   When ignoring errors still return NULL. (closes #10311)
src/ex_docmd.c
src/testdir/test_expand_func.vim
src/version.c