]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1504: no error when calling remote_startserver("") v9.0.1504
authorh-east <h.east.727@gmail.com>
Mon, 1 May 2023 21:36:56 +0000 (22:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 May 2023 21:36:56 +0000 (22:36 +0100)
commit17b695190d63b2de745499cb40a383c2672e275e
treed67dc346d6b708c36027ead4a30545c90244406c
parent2dcfe9ae1df61e1249520ed435dd8cf60e157103
patch 9.0.1504: no error when calling remote_startserver("")

Problem:    No error when calling remote_startserver() with an empty string.
Solution:   Give an error for an empty string. (Hirohito Higashi,
            closes #12327)
runtime/doc/builtin.txt
src/clientserver.c
src/testdir/test_clientserver.vim
src/version.c