summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-07-13Clamp selection generated in selection_list_from_stringMaxime Coste
2016-07-11Add a regression test for #704Maxime Coste
2016-06-22Do not go backward to when selecting to end of line from the end of lineMaxime Coste
2016-06-20Do not preserve registers by default when exec/eval in a non draft contextMaxime Coste
2016-05-10Correctly set c++ locale on startupMaxime Coste
2016-05-10Improve test scriptMaxime Coste
2016-05-10Improve test runscript to avoid false positives when an output is not generatedMaxime Coste
2016-05-10preserve diff leading whitespaces when displayin them in the test runnerMaxime Coste
2016-05-10Use boost::wregex implementation and manually utf8 decode into itMaxime Coste
2016-04-30Fix splitting selecting the first buffer char when there is a match at buffer...Maxime Coste
2016-04-27Fix handling of expected to fail testsMaxime Coste
2016-04-27Fix test runner use of sed -rMaxime Coste