diff src/ex_docmd.c @ 29404:87980a7936e7 v9.0.0044

patch 9.0.0044: typos in comments, wrapping lines Commit: https://github.com/vim/vim/commit/b8329db36a886355e6e9cb9986a3668fef78c438 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 6 13:31:28 2022 +0100 patch 9.0.0044: typos in comments, wrapping lines Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jul 2022 14:45:03 +0200
parents 98de9a961a64
children 9d54c8e6c682
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3120,7 +3120,7 @@ parse_command_modifiers(
 		// Special case: empty command uses "+":
 		//  "'<,'>mods" -> "mods *+
 		//  Use "*" instead of "'<,'>" to avoid the command getting
-		//  longer, in case is was allocated.
+		//  longer, in case it was allocated.
 		mch_memmove(orig_cmd, cmd_start, len);
 		STRCPY(orig_cmd + len, " *+");
 	    }