mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
vim-patch:8.1.2243: typos in comments (#16104)
Problem: Typos in comments.
Solution: Fix the typos. (Dominique Pelle, closes vim/vim#5160) Also adjust
formatting a bit.
32aa10203b
This commit is contained in:
@@ -1558,7 +1558,7 @@ void msg_make(char_u *arg)
|
||||
/// the character/string -- webb
|
||||
///
|
||||
/// @param from true for LHS of a mapping
|
||||
/// @param maxlen screen columns, 0 for unlimeted
|
||||
/// @param maxlen screen columns, 0 for unlimited
|
||||
int msg_outtrans_special(const char_u *strstart, bool from, int maxlen)
|
||||
{
|
||||
if (strstart == NULL) {
|
||||
|
Reference in New Issue
Block a user