mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.2402: typos and other small things
Problem: Typos and other small things. Solution: Small fixes.
This commit is contained in:
@@ -1455,7 +1455,7 @@ msg_home_replace_attr(char_u *fname, int attr)
|
||||
|
||||
/*
|
||||
* Output 'len' characters in 'str' (including NULs) with translation
|
||||
* if 'len' is -1, output upto a NUL character.
|
||||
* if 'len' is -1, output up to a NUL character.
|
||||
* Use attributes 'attr'.
|
||||
* Return the number of characters it takes on the screen.
|
||||
*/
|
||||
@@ -1599,7 +1599,7 @@ msg_make(char_u *arg)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Output the string 'str' upto a NUL character.
|
||||
* Output the string 'str' up to a NUL character.
|
||||
* Return the number of characters it takes on the screen.
|
||||
*
|
||||
* If K_SPECIAL is encountered, then it is taken in conjunction with the
|
||||
|
Reference in New Issue
Block a user