mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
docs: fix typos
This commit is contained in:
@@ -176,7 +176,7 @@ static void showmap(mapblock_T *mp, bool local)
|
||||
// Display the LHS. Get length of what we write.
|
||||
len = (size_t)msg_outtrans_special((char *)mp->m_keys, true, 0);
|
||||
do {
|
||||
msg_putchar(' '); // padd with blanks
|
||||
msg_putchar(' '); // pad with blanks
|
||||
len++;
|
||||
} while (len < 12);
|
||||
|
||||
|
Reference in New Issue
Block a user