mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 21:08:17 +00:00
Remove long_u: term: Enable -Wconversion.
This commit is contained in:
@@ -6593,7 +6593,7 @@ do_highlight (
|
||||
* Copy characters from arg[] to buf[], translating <> codes.
|
||||
*/
|
||||
for (p = arg, off = 0; off < 100 - 6 && *p; ) {
|
||||
len = trans_special(&p, buf + off, FALSE);
|
||||
len = (int)trans_special(&p, buf + off, FALSE);
|
||||
if (len > 0) /* recognized special char */
|
||||
off += len;
|
||||
else /* copy as normal char */
|
||||
|
Reference in New Issue
Block a user