summaryrefslogtreecommitdiff
path: root/test/regression
AgeCommit message (Expand)Author
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-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-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-13Fix python comment copy logic in python.kakMaxime Coste
2016-10-05Fix select_to_previous_word with spaces at buffer startMaxime Coste
2016-10-01Support codepoints of variable widthMaxime 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-26Rework compute_modified_rangesMaxime Coste
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-05-10Correctly set c++ locale on startupMaxime Coste
2016-05-10Use boost::wregex implementation and manually utf8 decode into itMaxime Coste
2016-04-13Fix modified range computation when erasing multiple times past current buffe...Maxime Coste
2016-03-30Fix spaces_to_tabs implementation accessing past endMaxime Coste
2016-03-16Avoid the spurious newline insertion when replacing at end of bufferMaxime Coste
2016-03-03Add a regression test for #612Maxime Coste