summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
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
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