refactor(macroman): get rid of MB_COPY_CHAR macro

clean up docs for MB_PTR_ADV and MB_PTR_BACK
This commit is contained in:
Björn Linse
2021-11-14 13:39:14 +01:00
parent 54ff21a153
commit 1450a6f753
7 changed files with 15 additions and 21 deletions

View File

@@ -283,7 +283,7 @@ char_u *vim_strsave_shellescape(const char_u *string, bool do_special, bool do_n
continue;
}
MB_COPY_CHAR(p, d);
mb_copy_char(&p, &d);
}
// add terminating quote and finish with a NUL