]> granicus.if.org Git - vim/commit
patch 8.2.1832: readdirex() error is displayed as a message v8.2.1832
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Oct 2020 12:28:11 +0000 (14:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Oct 2020 12:28:11 +0000 (14:28 +0200)
commitaab9fada4a9b9725ff42dffe9c7daff20f0fd85f
treed2c3d88b28befcefbfd4c44f3d49395dd99c41c3
parentef16c90423ae579927e6294c1ccfd17c5a1c113c
patch 8.2.1832: readdirex() error is displayed as a message

Problem:    readdirex() error is displayed as a message. (Yegappan Lakshmanan)
Solution:   Use semsg() instead of smsg().
src/fileio.c
src/testdir/test_functions.vim
src/version.c