summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/verbose_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-01-21fix(lua): correct line number reporting for options set in coroutines (#37463)Tommy Guo1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2025-02-27fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq1
2025-02-27test: option set by Lua autocommand has correct script context (#32652)zeertzjq1
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-31fix(api): set script context when using nvim_set_hl (#28123)zeertzjq1
2024-03-30fix: explain that user should run nvim with -V1 to see more informationdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-03-11fix(api): set script context when setting usercmd or option (#22624)zeertzjq1
2022-11-02docs: fix typosdundargoc1
2022-04-10refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders1
2022-02-28fix: anonymous sid not workingshadmansaleh1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh1