From 54969f4ef5825205ecde09ea80f4087fc3b68e5d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 7 Feb 2022 13:56:44 +0000 Subject: patch 8.2.4318: various comment and indent mistakes, returning wrong zero Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL. --- src/clientserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clientserver.c') diff --git a/src/clientserver.c b/src/clientserver.c index 793570abd8..caa6fdc668 100644 --- a/src/clientserver.c +++ b/src/clientserver.c @@ -651,7 +651,7 @@ build_drop_cmd( ga_concat(&ga, (char_u *)":"); if (inicmd != NULL) { - // Can't use after "inicmd", because an "startinsert" would cause + // Can't use after "inicmd", because a "startinsert" would cause // the following commands to be inserted as text. Use a "|", // hopefully "inicmd" does allow this... ga_concat(&ga, inicmd); -- cgit v1.2.3