aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/inccommand_spec.lua
Commit message (Expand)AuthorAge
* fix(options): do not change inccommand during preview (#25462)Omar El Halabi2023-11-09
* fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq2023-07-28
* fix(inccommand): block errors when parsing command line again (#24374)zeertzjq2023-07-17
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* test: fix dependencies between test cases (#23343)zeertzjq2023-04-27
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* fix(inccommand): deal with unsynced undo (#20041)zeertzjq2022-09-26
* fix(inccommand): avoid unnecessary redraw when not showing (#20244)zeertzjq2022-09-19
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* test: correct check for v:errmsg in inccommand test (#18968)zeertzjq2022-06-15
* fix(inccommand): never preview if parsing command failed (#18944)zeertzjq2022-06-14
* fix(inccommand): skip split window if not enough room #18937Famiu Haque2022-06-12
* fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq2022-06-11
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* test: add tests for inccommand with c_CTRL-R_= and c_CTRL-\_e (#18796)zeertzjq2022-05-29
* fix(tests): fix some issues with ui/inccommand_spec.lua causing slownessbfredl2022-05-22
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix(inccommand): do not change reg_prev_sub when previewingzeertzjq2022-01-25
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* extmark: fix decoration ploblems with extmarkerw72020-10-02
* vim-patch:8.1.0271: 'incsearch' doesn't work for :s, :g or :vAufar Gilbran2020-09-11
* extmarks: fix crash due to invalid column values in inccommand previewBjörn Linse2020-02-02
* Prevent prompts during inccommand previewsRob Pilling2019-10-31
* Prevent :topleft, etc modifying the inccommand preview windowRob Pilling2019-10-31
* Allow multiple leading colons before and after modifiers for 'inccommand'Rob Pilling2019-10-31
* Remove unnecessary expr in 'icm' testRob Pilling2019-10-31
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test: fix screen assertionsJan Edmund Lazo2019-10-01
* test/inccommand_spec: avoid indeterminismJustin M. Keyes2019-09-01
* ex_getln.c: fix compute_cmdrow() not resetting lines_left (#10749)Ghjuvan Lacambre2019-08-12
* inccommand: Ignore :redraw during previewJustin M. Keyes2019-04-14
* vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* inccommand: auto-disable if folding is slow #9568KillTheMule2019-02-01
* Mark ":substitute with inccommand during :terminal activity" fragileJames McCoy2019-01-01
* test: adjust time-sensitive tests (#9220)Justin M. Keyes2018-11-10
* Merge #9124 'vim-patch:8.0.1672'Justin M. Keyes2018-10-17
|\
| * functionaltest: map error does not cancel promptJan Edmund Lazo2018-10-14
* | tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
|/
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* test: inccommand_spec: retry unreliable test (#8311)Justin M. Keyes2018-05-18
* inccommand: pause :terminal redraws (#8307)Justin M. Keyes2018-04-22
* inccommand: do not execute trailing commands #8256Nimit Bhardwaj2018-04-21
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31