docs: fix typos (#19024)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Valery Viktorovsky <viktorovsky@gmail.com>
This commit is contained in:
dundargoc
2022-07-31 10:46:38 +02:00
committed by GitHub
parent c1652bdcb5
commit abc087f4c6
9 changed files with 27 additions and 30 deletions

View File

@@ -5270,7 +5270,6 @@ void forward_slash(char_u *fname)
return;
}
for (p = fname; *p != NUL; p++) {
// The Big5 encoding can have '\' in the trail byte.
if (*p == '\\') {
*p = '/';
}