Hirohito Higashi
002fddecde
patch 9.2.0307: more mismatches between return types and documentation
Problem: more mismatches between return types and documentation
Solution: Update documentation, fix return type for remote_foreground()
and test_mswin_event() (Hirohito Higashi)
Doc summary table fixes:
- ch_info: String -> Dict
- spellbadword: String -> List
- undotree: List -> Dict
- test_getvalue: any -> Number
- instanceof, popup_filter_menu, popup_filter_yesno: Number -> Bool
- remote_foreground: Number -> none
- test_mswin_event: bool -> Bool
evalfunc.c fixes:
- remote_foreground: ret_string -> ret_void
- test_mswin_event: ret_number -> ret_bool
Detail "Return type:" fixes:
- instanceof: Number -> vim9-boolean
- remote_foreground: Number -> void
- popup_filter_menu, popup_filter_yesno: Number -> vim9-boolean
related: #19922
closes: #19923
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-04-06 12:49:53 +00:00
..
2026-04-06 12:46:40 +00:00
2026-01-31 16:08:51 +00:00
2026-03-22 16:46:41 +00:00
2026-04-06 12:49:53 +00:00
2026-04-01 08:10:15 +00:00
2026-03-05 20:06:02 +00:00
2026-01-25 15:58:33 +00:00
2026-02-18 22:24:14 +00:00
2026-02-18 22:28:21 +00:00
2026-04-05 16:36:42 +00:00
2026-03-24 19:48:44 +00:00
2026-01-01 15:14:14 +00:00
2026-04-04 09:22:50 +00:00
2026-04-02 17:53:30 +00:00
2026-02-07 22:00:32 +00:00
2026-03-24 19:58:01 +00:00
2026-03-22 16:27:43 +00:00
2026-01-19 19:04:47 +00:00
2026-03-11 20:03:36 +00:00
2026-03-08 20:10:03 +00:00
2026-03-08 20:10:03 +00:00
2026-03-08 20:10:03 +00:00
2026-03-22 16:27:43 +00:00
2026-02-19 12:24:53 +01:00