summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
2020-03-13Handle invalid utf8 in command line a bit betterMaxime Coste
2020-03-02Expand env vars as list of stringsMaxime Coste
2020-01-08Update inserted range when generating InsertCompletionHide hook paramMaxime Coste
2020-01-05Split RegexHighlighters matches per requested buffer rangesMaxime Coste
2019-12-31Fix replacing at begining of bufferMaxime Coste
2019-12-18Cleanup replaced range selection logicMaxime Coste
2019-11-24Add a regression test for #3219, which does not seem to failMaxime Coste
2019-11-22Fix crash when deleting buffers in a BufClose hookMaxime Coste
2019-11-12Fix test suite freezeJason Felice
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2019-08-12Fallback to wrapping in between 'word' when 'WORD' failsMaxime Coste
2019-08-05Fix bug in WrapHighlighter::do_compute_display_setupMaxime Coste
2019-07-22Ensure current context switches away from buffer on delete-bufferMaxime Coste
2019-07-09Filter non-extra_word_chars completion candidates using CodepointsMaxime Coste
2019-05-29Do not merge selections on backspace in insert modeMaxime Coste
2019-04-24Fix wrapping of words with 'wrap col - indent < word len < wrap col'Maxime Coste
2019-03-21Add categories in rc/Alex Leferry 2
2019-03-05Fix use of invalidated iterators in highlight_rangeMaxime Coste
2019-02-17Add a test case for WinDisplay segfaultMaxime Coste
2019-02-04Remove peephole regex optimization passMaxime Coste
2019-01-23Always select inserted text after pipingMaxime Coste
2018-12-13Improve deindent behaviour with mixed indentMaxime Coste
2018-11-14Fix column highlighter adding display atoms past the window widthMaxime Coste
2018-10-21Fix LineRangeSet::udpate not updating some traling ranges correctlyMaxime Coste
2018-10-08Buffer begin and end are not end-of-wordsMaxime Coste
2018-10-03Added shell command completion support to define-command and promptJustin Frank
2018-09-24Misc fixesOlivier Perret
2018-09-24Fix broken test after change in cursor facesMaxime Coste
2018-09-23Replace the `Exclusive` face attribute with `Final`Maxime Coste
2018-09-12Merge remote-tracking branch 'eraserhd/2367-surround-with-tight-nesting'Maxime Coste
2018-09-12Only commit undo groups when buffer was modifiedMaxime Coste
2018-09-09Don't skip opening brace twice when finding closingJason Felice
2018-07-15Add support for <a-;> in prompt modeMaxime Coste
2018-07-08Rename highlighters that used an underscore to use a dashMaxime Coste
2018-07-05Change `a` on end of line behaviour to be consistentMaxime Coste
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix tests and required scripts to get back to green make testMaxime Coste
2018-07-05Tolerate restoring invalid coordinates from registerMaxime Coste
2018-07-05tests: Update selections files to match the new selection list syntaxMaxime Coste
2018-06-21Refactor the way main selection is determined after rotating contentsMaxime Coste
2018-06-19Fix two <s-tab> requiered to access last completion in promptMaxime Coste
2018-05-24Fix potential assert on itersel selection restorationMaxime Coste
2018-05-21Add regression test for crash on BufSetOption hookMaxime Coste
2018-05-19Fix assert with window small enough so that no part of buffer is displayedMaxime Coste
2018-05-19test/run: Rename "display" expected ui output file as "ui-out"Maxime Coste
2018-05-07Fix wrong behaviour in select surroundingMaxime Coste
2018-04-29Fix tests after changes to json_ui outputMaxime Coste
2018-04-23Change client default name: "unnamed0" → "client0"Delapouite
2018-03-27Fix 'O' not putting the cursor on the correct lineMaxime Coste
2018-03-25indent selector: When line is empty, find indent from surrounding linesMaxime Coste