summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-18fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-01fix(api): avoid error when parsing invalid expr after :echo (#38695)zeertzjq1
2026-03-18fix(messages): disallow user-defined integer message-id #38359Justin M. Keyes1
2026-03-18fix(api): nvim_get_option_value FileType autocmd handling #37414Sean Dewar1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-14fix(messages): allocate message history kind string #38292luukvbaal1
2026-03-13docs: miscJustin M. Keyes1
2026-03-13fix(api): nvim_parse_cmd on range-only, modifier-only commands #36665glepnir1
2026-03-12fix(process): wrong exit code for SIGHUP on Windows (#38242)zeertzjq1
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-11test(api/vim_spec): fix flaky test (#38227)zeertzjq1
2026-03-10fix(message): concatenate multi-chunk nvim_echo({err}) for exception message ...luukvbaal1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-02-26fix(messages): reset redirection message column at message start #38068luukvbaal1
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq1
2026-02-05fix(messages): increment message ID without ext_messages #37714luukvbaal1
2026-01-17fix(api): parse_expression crash with unopened ] and nodeSean Dewar1
2026-01-17fix(api): parse_expression crash with ident and curlySean Dewar1
2026-01-15fix(api): nvim_get_option_value dummy buffer crashesSean Dewar1
2026-01-15fix(api): autocmds mess up nvim_get_option_value's dummy bufferSean Dewar1
2026-01-10fix(api): nvim_set_current_win doesn't reset Visual mode (#37340)glepnir1
2025-10-24docs: types, news, lua-pluginJustin M. Keyes1
2025-10-13fix(api): nvim_parse_cmd handle nextcmd for commands without EX_TRLBAR (#36055)glepnir1
2025-08-13fix(api): fix not capturing output in cmdline mode (#35322)zeertzjq1
2025-07-23fix(clipboard): correct blockwise register width computation (#35038)zeertzjq1
2025-06-14fix(api): nvim_parse_cmd parses :map incorrectly #34068glepnir1
2025-06-09fix(messages): recognize cmdline one_key/number prompt State (#34206)luukvbaal1
2025-06-09fix(api): count parameter in nvim_parse_cmd, nvim_cmd #34253glepnir1
2025-06-07fix(api): update topline when flushing with nvim__redraw() (#34346)luukvbaal1
2025-05-05feat(api): nvim_cmd supports plus ("+cmd", "++opt") flags #30103glepnir1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-05-02Merge pull request #28344 from bfredl/wonderlandbfredl1
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl1
2025-04-30feat(terminal): parse current buffer contents in nvim_open_term() (#33720)Gregory Anders1
2025-04-23fix(api): nvim_parse_cmd "range" when ea.addr_count=0 #33536Au.1
2025-03-23fix(paste): wrong '[ mark after pasting a big string (streamed chunks) #33025Au.1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2025-02-05fix(event-loop): process input before events in getchar() (#32322)zeertzjq1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2024-12-25fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-11-22fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque1