summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/searchhl_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(incsearch): support `c_CTRL-{G,T}` with an offset (#39097)Barrett Ruth1
2025-07-04vim-patch:8.2.1983: ml_get error when using <Cmd> to open a terminal (#34759)zeertzjq1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-02fix(highlight): no match highlight during :substitute prompt #33262luukvbaal1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-06-19vim-patch:8.2.5047: CurSearch highlight is often wrongzeertzjq1
2024-06-14fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-03vim-patch:9.0.0581: adding a character for incsearch fails at end of linezeertzjq1
2024-03-20fix(cmdline): wrong 'incsearch' highlighting after :redraw (#27947)luukvbaal1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-10-14test(ui/searchhl_spec): match more in :terminal test (#25631)zeertzjq1
2023-10-14vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq1
2023-08-22vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq1
2023-07-23fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq1
2023-05-30vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq1
2023-03-12feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml1
2023-02-15test: make expect_unchanged() less confusing (#22255)zeertzjq1
2023-02-11vim-patch:9.0.1298: inserting register on the cmdline does not trigger incsearchzeertzjq1
2022-10-01vim-patch:8.2.2542: highlight of char beyond line end is not correct (#20424)zeertzjq1
2022-07-15test: improve searchhl testszeertzjq1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-05-21fix(tests): fix some screen.lua warningsbfredl1
2022-04-23vim-patch:8.2.4805: CurSearch used for all matches in current linezeertzjq1
2022-04-21vim-patch:8.2.4759: CurSearch highlight does not work for multi-line matchzeertzjq1
2022-04-21vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq1
2022-04-17feat(highlight): implement CurSearch highlightFamiu Haque1
2022-04-15docs: typo fixes (#17859)dundargoc1
2021-04-04vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre1
2020-12-31Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo1
2020-12-30tests: check highlights work in open foldsMatthieu Coudron1
2020-12-29fix(fold): dont highlight search results on folded lines (#13616)Matthieu Coudron1
2020-12-26vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2019-11-27doc: fix typosBrian Wignall1
2019-07-24tests: fix/improve Screen:expect_unchanged (#10577)Daniel Hahler1
2019-07-20test: shell-test.c: "REP" command: flush, wait 1ms #10552Justin M. Keyes1
2019-07-20screen.lua: expect_unchanged(), get_snapshot()Justin M. Keyes1
2019-05-14ui/terminal: make terminal state redraw like any other stateBjörn Linse1
2018-10-15tests: improve robustness of immediate successes in screen testsBjörn Linse1
2018-09-04Merge #8921 'highlight: Fix after-EOL matches at cursor'Justin M. Keyes1
2018-09-03Add tests for highlighting after the end of a line.Ricky Zhou1
2018-04-22inccommand: pause :terminal redraws (#8307)Justin M. Keyes1
2018-04-21terminal: do not call redraw_buf_later() (#8306)Justin M. Keyes1