vim-patch:8.0.1550: various small problems in source files

Problem:    Various small problems in source files.
Solution:   Fix the problems.
792f0e3659
This commit is contained in:
Jan Edmund Lazo 2019-09-07 10:32:54 -04:00
parent a96b3677c6
commit 4add2f4f89
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -978,7 +978,7 @@ int utf_char2len(const int c)
///
/// @param c character to convert to \p buf
/// @param[out] buf UTF-8 string generated from \p c, does not add \0
/// @return Number of bytes (1-6). Does not include composing characters.
/// @return Number of bytes (1-6).
int utf_char2bytes(const int c, char_u *const buf)
{
if (c < 0x80) { // 7 bits