aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-07 10:32:54 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-07 10:35:09 -0400
commit4add2f4f895dcd52c59942013107ef9672a02468 (patch)
tree9f077a9ef2a1f504268fd139f7eb48bc12c8e8de /src
parenta96b3677c689c8382dde20cb8919bf0dab12a3aa (diff)
downloadrneovim-4add2f4f895dcd52c59942013107ef9672a02468.tar.gz
rneovim-4add2f4f895dcd52c59942013107ef9672a02468.tar.bz2
rneovim-4add2f4f895dcd52c59942013107ef9672a02468.zip
vim-patch:8.0.1550: various small problems in source files
Problem: Various small problems in source files. Solution: Fix the problems. https://github.com/vim/vim/commit/792f0e36593d1ec13ccb8a622ca5542c500577b4
Diffstat (limited to 'src')
-rw-r--r--src/nvim/mbyte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 29b8dc0ef2..85e6697bfb 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -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