mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
vim-patch:8.2.3699: the +title feature adds a lot of #ifdef but little code (#19809)
Problem: The +title feature adds a lot of #ifdef but little code.
Solution: Graduate the +title feature.
651fca85c7
This commit is contained in:
@@ -1006,8 +1006,9 @@ int utf_char2len(const int c)
|
||||
|
||||
/// Convert Unicode character to UTF-8 string
|
||||
///
|
||||
/// @param c character to convert to \p buf
|
||||
/// @param[out] buf UTF-8 string generated from \p c, does not add \0
|
||||
/// @param c character to convert to UTF-8 string in \p buf
|
||||
/// @param[out] buf UTF-8 string generated from \p c, does not add \0
|
||||
/// must have room for at least 6 bytes
|
||||
/// @return Number of bytes (1-6).
|
||||
int utf_char2bytes(const int c, char *const buf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user