commit | 17b695190d63b2de745499cb40a383c2672e275e | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Mon May 01 22:36:56 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 01 22:36:56 2023 +0100 |
tree | d67dc346d6b708c36027ead4a30545c90244406c | |
parent | 2dcfe9ae1df61e1249520ed435dd8cf60e157103 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 338399c..2a99c3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1504, +/**/ 1503, /**/ 1502,