mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0044: typos in comments, wrapping lines
Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
This commit is contained in:
@@ -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, " *+");
|
||||
}
|
||||
|
Reference in New Issue
Block a user