mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
docs: fix typos (#19024)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Valery Viktorovsky <viktorovsky@gmail.com>
This commit is contained in:
@@ -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 = '/';
|
||||
}
|
||||
|
Reference in New Issue
Block a user