summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/inccommand_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-12-23test(ui/inccommand_spec): don't check for transient message (#37078)zeertzjq1
2025-08-17docs: misc, dev-api-fast, $XDG_STATE_HOME #35138Justin M. Keyes1
2025-08-11fix(inccommand): skip input() during preview #35272tao1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-09fix(tests): use more global highlight definitionsbfredl1
2024-04-08test: improve test conventionsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-02-05fix(inccommand): update topline after moving cursor (#27341)zeertzjq1
2024-01-19fix(inccommand): improve preview buffer number handling (#27087)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-07test(inccommand_spec): actually trigger 'inccommand' previewzeertzjq1
2023-12-07fix(inccommand): save and restore '[ and '] marks (#26442)zeertzjq1
2023-11-09fix(options): do not change inccommand during preview (#25462)Omar El Halabi1
2023-10-18fix(move): check the correct buffer (#25698)zeertzjq1
2023-10-14vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq1
2023-07-28fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq1
2023-07-17fix(inccommand): block errors when parsing command line again (#24374)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-05fix(excmd): append original command to error messagezeertzjq1
2023-04-27test: fix dependencies between test cases (#23343)zeertzjq1
2023-02-15test: make expect_unchanged() less confusing (#22255)zeertzjq1
2022-09-26fix(inccommand): deal with unsynced undo (#20041)zeertzjq1
2022-09-19fix(inccommand): avoid unnecessary redraw when not showing (#20244)zeertzjq1
2022-08-17fix(tests): remove irrelevant usage of display-=msgsepbfredl1
2022-07-07vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq1
2022-06-28fix(inccommand): parse the command to check if it is previewableFamiu Haque1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-06-15test: correct check for v:errmsg in inccommand test (#18968)zeertzjq1
2022-06-14fix(inccommand): never preview if parsing command failed (#18944)zeertzjq1
2022-06-12fix(inccommand): skip split window if not enough room #18937Famiu Haque1
2022-06-11fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-29test: add tests for inccommand with c_CTRL-R_= and c_CTRL-\_e (#18796)zeertzjq1
2022-05-22fix(tests): fix some issues with ui/inccommand_spec.lua causing slownessbfredl1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-01-25fix(inccommand): do not change reg_prev_sub when previewingzeertzjq1
2021-09-20fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2020-10-02extmark: fix decoration ploblems with extmarkerw71
2020-09-11vim-patch:8.1.0271: 'incsearch' doesn't work for :s, :g or :vAufar Gilbran1
2020-02-02extmarks: fix crash due to invalid column values in inccommand previewBjörn Linse1
2019-10-31Prevent prompts during inccommand previewsRob Pilling1