]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1793: not consistently giving the "is a directory" warning v8.2.1793
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Oct 2020 15:04:37 +0000 (17:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Oct 2020 15:04:37 +0000 (17:04 +0200)
commitc8fe645c198e2ca55c4e3446efbbdb9b995c63ce
treefe1529e5520e4be8c901d981ecd3a102dd522f0f
parent588d241d44fc25ad4c5a635ee4fdeafdfcee0fde
patch 8.2.1793: not consistently giving the "is a directory" warning

Problem:    Not consistently giving the "is a directory" warning.
Solution:   Adjust check for illegal file name and directory. (Yasuhiro
            Matsumoto, closes #7067)
src/fileio.c
src/testdir/test_edit.vim
src/version.c