forked from aniani/vim
patch 9.0.0904: various comment and indent flaws
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
This commit is contained in:
@@ -728,7 +728,8 @@ utf16_to_enc(short_u *str, int *lenp)
|
||||
/*
|
||||
* Convert from the active codepage to 'encoding'.
|
||||
* Input is "str[str_size]".
|
||||
* The result is in allocated memory: "out[outlen]". With terminating NUL.
|
||||
* The result is in allocated memory: "out[outlen]". "outlen" includes the
|
||||
* terminating NUL.
|
||||
*/
|
||||
void
|
||||
acp_to_enc(
|
||||
|
Reference in New Issue
Block a user