summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-04CommandManager: parse command lines as utf8 instead of asciiMaxime Coste
2018-01-24Add unit tests for copy selections commandsMaxime Coste
2017-12-15Window: avoid positionning window on a negative columnMaxime Coste
2017-12-03c-family.kak: indent after parenthesis at end of lineMaxime Coste
2017-12-03test/: Add more tests for object selection corner casesMaxime Coste
2017-12-03test: fix support for '(' in initial selected textMaxime Coste
2017-11-28Wrap: try to rework and simplify the algorithms furtherMaxime Coste
2017-11-13Add count support to jumps (<c-o> and <c-i>). Add jumps testsDelapouite
2017-11-08Add test case for replaying insert with normal mode commandsMaxime 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-11-04Add an indent test for html closing tagMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-25Add an indentation test for braces after ifMaxime Coste
2017-10-12Refactor column highlighter to make it more robustMaxime 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-09-18Avoid wrapping between punctuation and wordMaxime Coste
2017-08-18Change selection extension code to be simplerMaxime Coste
2017-08-04Purge history on buffer reload when NoUndo flag is onMaxime Coste
2017-08-01Consecutive markdown list bullets are not a valid list prefix.Tim Allen
2017-08-01More tests for markdown autoindent.Tim Allen
2017-07-29Check final cursor position in indent/c-family/indent-if-body testMaxime 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-26Use the extra_word_chars option in word based normal commandsMaxime 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-15Use more correct `[ -f <file> ]` in test runnerMaxime Coste
2017-06-15Respect scroll offset even when wrapping linesMaxime Coste
2017-06-13Fix corner case in C family indentingMaxime 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-06-09Rework partial line display logicMaxime Coste
2017-06-09Add some unit tests for horizontal scrolling with tabulationsMaxime Coste
2017-06-09Add horizontal/vertical scrolling display testsMaxime Coste
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste
2017-05-25Fix command parsing bug when commenting after a commandMaxime Coste
2017-05-21Add some missing tests for c-family indentMaxime Coste
2017-05-21Smarter align to opening parenthesis/brace supporting multilineMaxime Coste
2017-05-20Support aligning to opening { as well as ( in c-family indentMaxime 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