summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
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
2017-02-20Correctly handle mutation of the watcher list while iterating on themMaxime Coste
2017-01-13Fix capture group handlingMaxime Coste
2017-01-11Add 1118 regression test caseMaxime Coste
2017-01-11Fix 1074 test case with recent indent changeMaxime Coste
2017-01-10Merge remote-tracking branch 'alexherbo2/command-names'Maxime Coste
2017-01-06Add regression test case for #1111Maxime Coste
2017-01-04update command namesAlex Leferry 2
2017-01-02Fix comment autoinsert for c-family as well.Maxime Coste
2017-01-01Add a regression test for #1051Maxime Coste
2017-01-01Better handling of linewise inserting when we have multiple selections per lineMaxime Coste
2016-12-17Escape the backslash chars as well when joining stringsMaxime Coste