mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.2.2160: various typos
Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494)
This commit is contained in:
@@ -2221,7 +2221,7 @@ get_maparg(typval_T *argvars, typval_T *rettv, int exact)
|
||||
if (did_simplify)
|
||||
{
|
||||
// When the lhs is being simplified the not-simplified keys are
|
||||
// preferred for priting, like in do_map().
|
||||
// preferred for printing, like in do_map().
|
||||
// The "rhs" and "buffer_local" values are not expected to change.
|
||||
mp_simplified = mp;
|
||||
(void)replace_termcodes(keys, &alt_keys_buf,
|
||||
|
Reference in New Issue
Block a user