summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-15Add regression test for #1105Maxime Coste
2017-03-11Increase modelinefmt configuration powerDan Rosén
2017-03-07test: Remove empty test directoriesFrank LENORMAND
2017-03-04Change word object selector to fail if the cursor is not on a word charMaxime Coste
2017-03-03Move object unit tests in their own subfolderMaxime Coste
2017-03-03Fix tests for indent selectionMaxime Coste
2017-03-03Fix indent selection respect for original selection cursor positionMaxime Coste
2017-03-03Return an optional selection in most selectors, fail rather than keep currentMaxime Coste
2017-02-23test: Fix UTF8 compliant locale detectionFrank LENORMAND
2017-02-21Refactor test run scriptMaxime Coste
2017-02-20Correctly handle mutation of the watcher list while iterating on themMaxime Coste
2017-02-01Use <a-'> for backward rotate selection and move rotate content to <a-">Maxime Coste
2017-01-13Import unit tests from danr/comment-insertion-refix pull requestMaxime 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-02Fix corner case in C indentationMaxime 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-17Fix more uses of echo in the test run scriptMaxime Coste
2016-12-17Use printf instead of echo for displaying modified linesMaxime Coste
2016-12-17Respect TMPDIR in test run scriptMaxime Coste
2016-12-17Escape the backslash chars as well when joining stringsMaxime Coste
2016-12-16Change the test session name to avoid hitting the unix socket path length limitMaxime Coste
2016-12-15Validate user text object desc more thorouglyMaxime Coste
2016-12-09Improve C indentation support around namespace/struct closing bracketMaxime Coste
2016-11-28Always consider end of selection is not and eol for keepMaxime Coste
2016-11-14Rework c-family /* */ comments auto insertion of prefix starMaxime Coste
2016-10-28Fix align support with aligntab = trueMaxime Coste
2016-10-17Remove sourcing of formatter.kak from the 872 regression testMaxime Coste
2016-10-17Merge remote-tracking branch 'lenormf/fix-formatcmd'Maxime Coste
2016-10-16Fix bug in c-family indentation logic after visibility labelsMaxime Coste
2016-10-15Remove a script loaded in a test that's not required anymoreFrank LENORMAND
2016-10-14Add the missing repeat-select test casesMaxime Coste
2016-10-13Fix python comment copy logic in python.kakMaxime Coste
2016-10-05Fix select_to_previous_word with spaces at buffer startMaxime Coste
2016-10-01Fix get_column function and add some unit tests for fullwidth textMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-26Selecting 'around' word when on spaces after word now selects next wordMaxime Coste
2016-09-19Fix select_to_reverse to correctly handle the first character of the bufferMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-09-04Do not crash whenever S matches the whole selection and hence does not select...Maxime Coste
2016-07-27Do not avoid end of lines after selecting modified ranges in undoMaxime Coste
2016-07-27Merge remote-tracking branch 'lenormf/select-arbitrary-punctuation'Maxime Coste
2016-07-26Rework compute_modified_rangesMaxime Coste
2016-07-26Add unit tests for an arbitrary slash-based selectionFrank LENORMAND