summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
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
2018-03-18Fix implementation of real_path to handle non-existing directories in /Maxime Coste
2018-03-18Fix crash on expanding command line stringsMaxime Coste
2018-03-11Detect infinit recursion in reference highlightingMaxime Coste
2018-03-05Add a regression test for issue #1902Maxime Coste
2018-03-04lua.kak: Rework 'end' auto insertion logicMaxime Coste
2018-03-04Insert: Do not move end of line on open line (o/O)Maxime Coste
2018-02-25Remove avoidance of end of linesMaxime Coste
2018-02-24Highlight cursors differently when they lie on an end of lineMaxime Coste
2018-02-06Fix parsing of percent tokens with unicode separatorsMaxime Coste
2018-02-04CommandManager: parse command lines as utf8 instead of asciiMaxime Coste
2017-12-15Window: avoid positionning window on a negative columnMaxime Coste
2017-11-28Wrap: try to rework and simplify the algorithms furtherMaxime Coste
2017-11-08InputHandler: handle of last insert keys happening in nested modesMaxime Coste
2017-11-08Fix pipe logic in the case where the selections were accessed in the cmdlineMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-09-28Distinguish between modes being disabled temporarily and definitelyMaxime Coste
2017-09-28Fix regression test #1435 after a change in the insert modeline formatMaxime Coste
2017-08-04Purge history on buffer reload when NoUndo flag is onMaxime Coste
2017-07-14Fix assertion when replacing with empty stringsMaxime Coste
2017-07-14Fix an assert in compute modified ranges when merging single char rangesMaxime Coste
2017-06-27Do not allow repeating last insert when we are not in normal modeMaxime Coste
2017-06-27Ensure cursor stays visible with wrapped line bigger than windowMaxime Coste
2017-06-26Fix replacing last eol with a single eolMaxime Coste
2017-06-17Correctly handle tabs when show_whitespaces is addedTomasz Kramkowski
2017-06-15Fix crash recently introduced when deleting at buffer start in insert modeMaxime Coste
2017-06-15Change window display to not use invalid buffer coordinatesMaxime Coste
2017-06-15Respect scroll offset even when wrapping linesMaxime Coste
2017-06-11Fix corner case in compute_modified_rangesMaxime Coste
2017-06-09Remove backup file from gitMaxime Coste
2017-06-09Simplify column highlighter and make it more robustMaxime Coste
2017-05-25Fix command parsing bug when commenting after a commandMaxime Coste
2017-04-20Fix generation of empty erase changesMaxime Coste
2017-04-20Change utf8::to_next/to_previous so that they are more symetricalMaxime Coste
2017-04-19Do not try to split non range atoms in column highlighterMaxime Coste
2017-04-12Fix tests after addition of the set_cursor UI methodMaxime Coste
2017-03-15Add regression test for #1105Maxime Coste
2017-03-11Increase modelinefmt configuration powerDan Rosén
2017-03-03Fix indent selection respect for original selection cursor positionMaxime Coste
2017-02-23test: Fix UTF8 compliant locale detectionFrank LENORMAND