Files
neovim/runtime/lua/vim/_meta
Mike J McGuirk 6cb3254c2f docs(eval): fix fn.strchar types #37737
Problem: The following strchar functions have incorrect types:

strcharlen() - Currently any. Always returns an integer, including on
error

strcharpart() - The skipcc annotation does not specify that 0 and 1 are
valid. These inputs are required for vimscript usage. The current
return type is any, even though the function returns an empty string
on error

strchars() - The skipcc annotation does not specify that 0 and 1 are
valid

Solution: Update the problem types.
2026-02-08 08:07:49 -05:00
..
2026-01-07 08:11:42 +08:00
2025-06-06 15:36:48 +01:00
2025-11-23 20:03:13 -05:00
2025-09-28 20:57:59 -07:00
2024-07-15 21:16:29 +01:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2025-12-16 12:55:32 +08:00