summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-06-11Tweak python block command test location and remove wall of textMaxime Coste
2024-06-07Support paragraph breaks in python block comments.Simon Fowler
2024-05-12Fix another case where git tests were hangingMaxime Coste
2024-05-10Fix tests that were failing on alpineMaxime Coste
2024-04-27Don't capture local-scoped faces in promptJohannes Altmanninger
2024-04-27Adjust test/highlight/rust/valueJohannes Altmanninger
2024-03-23Fix flaky testMaxime Coste
2024-03-23Add some missing ScopedEdition and fix redoMaxime Coste
2024-03-23Refactor last insert recording logicMaxime Coste
2024-03-23Try to fix flaky testMaxime Coste
2024-03-22Fix invalid access when recording keysMaxime Coste
2024-03-22Do not generate more lines to display than window sizeMaxime Coste
2024-03-22Fix DisplayLines not tracking their buffer range correctlyMaxime Coste
2024-02-24Make insert repeat (.) more consistentTobias Pisani
2024-02-18Another try to fix blame-jump-message test flakynessMaxime Coste
2024-02-18Remove unused -within-next ui_out switchMaxime Coste
2024-02-18Fix flaky blame-jump-message testJohannes Altmanninger
2024-02-18rc tools git: fix initial position of blame of deleted lineJohannes Altmanninger
2024-02-18test tools patch: disable when perl is missingJohannes Altmanninger
2024-02-18Fix edit-fifo-noscroll test on BSDJohannes Altmanninger
2024-02-13rc git.kak: fix blame-jump for commits with special charactersJohannes Altmanninger
2024-01-30Do not add trailing newline to non-scrolling fifo buffersJohannes Altmanninger
2024-01-30Test to demonstrate fifo buffer blank line inconsistencyJohannes Altmanninger
2024-01-26rc tools patch: skip patch message signature, fixing diff applicationJohannes Altmanninger
2024-01-22rc tools patch: skip spurious diff header for files with no changesJohannes Altmanninger
2024-01-15Don't modify prompt history when validating empty inputJohannes Altmanninger
2024-01-15Await all UI events after each key press in mouse-during-insert testJohannes Altmanninger
2024-01-05Try to fix regression/0-mouse-during-insert test flakynessMaxime Coste
2023-11-14Make shell-script-candidates completer run in the backgroundMaxime Coste
2023-11-11Fix spurious incremental search when incsearch=falseJohannes Altmanninger
2023-11-03Fix "%val{selections_desc}" being joined by nul instead of spaceJohannes Altmanninger
2023-11-02Fix partial regex text being pushed in historyMaxime Coste
2023-10-25Fix some corner cases in c-family indentationMaxime Coste
2023-09-02Do not make cursor visible after mouse scrolling and view commandsMaxime Coste
2023-08-27Add regression test for #4959Maxime Coste
2023-08-23Revert "Only make cursor visible after buffer or selection change"Maxime Coste
2023-08-16Only make cursor visible after buffer or selection changeMaxime Coste
2023-08-14Change `+` command not to duplicate identical selections more than onceMaxime Coste
2023-08-05Fix regression/0-mouse-during-insert test flakynessMaxime Coste
2023-07-20Allow map/unmap during mapping executionJohannes Altmanninger
2023-07-03map: fail if key is currently executingJohannes Altmanninger
2023-06-20Fix invalid access of display line endMaxime Coste
2023-06-19Fix highlighters being applied to empty display buffersMaxime Coste
2023-06-17Revert "Switch undo storage from a tree to a plain list"Maxime Coste
2023-06-15Fix c-family closing brace indent behaviour on some corner casesMaxime Coste
2023-05-25unmap: fail if the mapping is currently executingJohannes Altmanninger
2023-05-10Merge remote-tracking branch 'krobelus/fix-crash-connecting-monitor'Maxime Coste
2023-05-10Merge remote-tracking branch 'krobelus/fix-_-at_multibyte_chars'Maxime Coste
2023-05-09Stop _ from tearing multibyte UTF-8 sequencesChris Webb
2023-05-09Map undo selection change to <a-u>/<a-U>Johannes Altmanninger