mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
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:
parent
a96b3677c6
commit
4add2f4f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user