summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
2023-02-15Fix trimming of line front halfway through a double-width glyphMaxime Coste
2023-02-14Fix scroll_window not ensuring cursor lies on a codepoint startMaxime Coste
2023-01-23Fix crash in TabulationHighlighter when wrapping just after a tabMaxime Coste
2023-01-08Remove bogus assertions preventing mouse clicks in insert modeJohannes Altmanninger
2022-12-26Add a regression test for <a-t> on an 'empty' file.potatoalienof13
2022-11-28Fix pasting after when selections are overlappingMaxime Coste
2022-10-19Add regression test for #4750Maxime Coste
2022-10-17Fix splitting of display atoms accross multi-columns codepointMaxime Coste
2022-07-19Remove out-of-date column computation in show-whitespacesMaxime Coste
2022-07-13Re-work line trimming to fix issues with column highightersMaxime Coste
2022-07-12Fix past-the-eol column highlighter getting highlighted as buffer rangeMaxime Coste
2022-07-10Refactor highlighting logicMaxime Coste
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-06-03Remove strace call in test that was committed by mistakeMaxime Coste
2022-05-10Run EventManager whenever writing to a file descriptor would blockMaxime Coste
2022-05-05Fix parsing of INT_MIN %argMaxime Coste
2022-04-12Fix crash when deleting a buffer from a user mappingMaxime Coste
2022-02-15Merge remote-tracking branch 'krobelus/c-n-autocomplete'Maxime Coste
2022-02-07Make <c-n> show completion menu again when autocomplete is offJohannes Altmanninger
2022-02-07Enable test/regression/0-autocomplete-overrules-completersJohannes Altmanninger
2022-02-02Fix regex alternation execution priorityMaxime Coste
2022-02-01Fix modified keys not being mappable in goto modeMaxime Coste
2022-01-24Do not insert any end-of-line when piping data outMaxime Coste
2022-01-09Do not show custom completions when autocomplete is offJohannes Altmanninger
2021-12-20Fix invalid line joining logic with multiple selection per lineMaxime Coste
2021-12-17OpenBSD sh compat workaround: Move `&` within subshell invocation. Also see #...Sidharth Kshatriya
2021-12-11Fix explicit line completionMaxime Coste
2021-12-11Fix parsing nul bytes in regexMaxime Coste
2021-11-01Fix pasting all from empty registerMaxime Coste
2021-09-21src: Show a `readonly` modeline tag when relevantFrank LENORMAND
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
2021-06-06Remove electric behavior for end keywordDmitry Matveyev
2021-02-16Fix splitting display line in front of a replaced rangeMaxime Coste
2021-02-15Add + key to duplicate selections and <a-+> to merge overlapping onesMaxime Coste
2020-11-23Fix test and re-add triple_string support in python highlightingMaxime Coste
2020-10-12Fix region regexes incorrectly matching ^$ at end of lineMaxime Coste
2020-09-22Merge remote-tracking branch 'lenormf/fix-3735' into masterMaxime Coste
2020-09-22Ensure that the capture group actually matched in select_matchesMaxime Coste
2020-09-18test: Implement a regression test for #3735Frank LENORMAND
2020-09-16test: Implement a regression test for #3733Frank LENORMAND
2020-07-05Fix selections getting unsorted on scrollMaxime Coste
2020-06-07Fix select wiping capturesMaxime Coste
2020-05-28Fix invalid regions with begin > end being generatedMaxime Coste
2020-05-17Fix crash when selecting previous paragraph at buffer beginJohannes Altmanninger
2020-05-10Fix select_sentence going past the end of the bufferMaxime Coste
2020-04-21Fix issue with select object and empty matchesMaxime Coste
2020-04-13Parse ascii newline/tab/escape as special keys instead of control keysMaxime Coste
2020-03-14Fix invalid access to deleted line when updating insert completionMaxime Coste
2020-03-14Allow reading from fifo in readonly buffersMaxime Coste
2020-03-13Fix use of non-posix \x printf escapeMaxime Coste