index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2017-01-13
Import unit tests from danr/comment-insertion-refix pull request
Maxime Coste
2017-01-13
Fix capture group handling
Maxime Coste
2017-01-11
Add 1118 regression test case
Maxime Coste
2017-01-11
Fix 1074 test case with recent indent change
Maxime Coste
2017-01-10
Merge remote-tracking branch 'alexherbo2/command-names'
Maxime Coste
2017-01-06
Add regression test case for #1111
Maxime Coste
2017-01-04
update command names
Alex Leferry 2
2017-01-02
Fix comment autoinsert for c-family as well.
Maxime Coste
2017-01-02
Fix corner case in C indentation
Maxime Coste
2017-01-01
Add a regression test for #1051
Maxime Coste
2017-01-01
Better handling of linewise inserting when we have multiple selections per line
Maxime Coste
2016-12-17
Fix more uses of echo in the test run script
Maxime Coste
2016-12-17
Use printf instead of echo for displaying modified lines
Maxime Coste
2016-12-17
Respect TMPDIR in test run script
Maxime Coste
2016-12-17
Escape the backslash chars as well when joining strings
Maxime Coste
2016-12-16
Change the test session name to avoid hitting the unix socket path length limit
Maxime Coste
2016-12-15
Validate user text object desc more thorougly
Maxime Coste
2016-12-09
Improve C indentation support around namespace/struct closing bracket
Maxime Coste
2016-11-28
Always consider end of selection is not and eol for keep
Maxime Coste
2016-11-14
Rework c-family /* */ comments auto insertion of prefix star
Maxime Coste
2016-10-28
Fix align support with aligntab = true
Maxime Coste
2016-10-17
Remove sourcing of formatter.kak from the 872 regression test
Maxime Coste
2016-10-17
Merge remote-tracking branch 'lenormf/fix-formatcmd'
Maxime Coste
2016-10-16
Fix bug in c-family indentation logic after visibility labels
Maxime Coste
2016-10-15
Remove a script loaded in a test that's not required anymore
Frank LENORMAND
2016-10-14
Add the missing repeat-select test cases
Maxime Coste
2016-10-13
Fix python comment copy logic in python.kak
Maxime Coste
2016-10-05
Fix select_to_previous_word with spaces at buffer start
Maxime Coste
2016-10-01
Fix get_column function and add some unit tests for fullwidth text
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-26
Selecting 'around' word when on spaces after word now selects next word
Maxime Coste
2016-09-19
Fix select_to_reverse to correctly handle the first character of the buffer
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-09-04
Do not crash whenever S matches the whole selection and hence does not select...
Maxime Coste
2016-07-27
Do not avoid end of lines after selecting modified ranges in undo
Maxime Coste
2016-07-27
Merge remote-tracking branch 'lenormf/select-arbitrary-punctuation'
Maxime Coste
2016-07-26
Rework compute_modified_ranges
Maxime Coste
2016-07-26
Add unit tests for an arbitrary slash-based selection
Frank LENORMAND
2016-07-13
Clamp selection generated in selection_list_from_string
Maxime Coste
2016-07-11
Add a regression test for #704
Maxime Coste
2016-06-22
Do not go backward to when selecting to end of line from the end of line
Maxime Coste
2016-06-20
Do not preserve registers by default when exec/eval in a non draft context
Maxime Coste
2016-05-10
Correctly set c++ locale on startup
Maxime Coste
2016-05-10
Improve test script
Maxime Coste
2016-05-10
Improve test runscript to avoid false positives when an output is not generated
Maxime Coste
2016-05-10
preserve diff leading whitespaces when displayin them in the test runner
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-04-30
Fix splitting selecting the first buffer char when there is a match at buffer...
Maxime Coste
2016-04-27
Fix handling of expected to fail tests
Maxime Coste
2016-04-27
Fix test runner use of sed -r
Maxime Coste
[next]