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
/
compose
Age
Commit message (
Expand
)
Author
2023-06-17
Revert "Switch undo storage from a tree to a plain list"
Maxime Coste
2023-04-17
Switch undo storage from a tree to a plain list
Olivier Perret
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2021-12-14
The `enabled` check was actually was not being run by the test infrastructure.
Sidharth Kshatriya
2021-06-24
Only compute command coordinates when necessary
Maxime Coste
2021-04-18
Restore previous line-compose test
Maxime Coste
2021-04-11
fix line completion with prefix
Tw
2020-11-20
Ignore indent when completing lines
Andrew Vos
2020-03-02
Expand env vars as list of strings
Maxime Coste
2020-01-02
Few style changes on history exposition code
Maxime Coste
2020-01-01
Add 'history' and 'uncommitted_modifications' expansions
Jason Felice
2019-11-18
Use fullwidth latin character in test to try to fix travis
Maxime Coste
2019-11-17
Try to fix select-display-column test
Maxime Coste
2019-11-13
Add select display columns test
Maxime Coste
2019-11-12
Add support for a -codepoint switch to the select command
Maxime Coste
2019-11-12
Implement %val{selections_char_desc}
Jason Felice
2019-10-13
test: Allow expect-style UI tests, testing any var
Jason Felice
2019-05-13
Support discarding selections in exec/eval -itersel
Maxime Coste
2019-04-15
Support named captures in hooks
Maxime Coste
2019-04-07
Add support for %file{...} expansions
Maxime Coste
2019-04-07
Add a -to-file <filename> switch to the echo command
Maxime Coste
2019-04-01
Add -timestamp switch support to the select command
Maxime Coste
2019-03-05
Make error description available as "%val{error}" during catch blocks
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2018-12-09
Gather the list of hooks to run before running the parent
Maxime Coste
2018-11-28
Fix hooks triggering on unset-option even if parent has same value
Maxime Coste
2018-07-05
tests: Update selections files to match the new selection list syntax
Maxime Coste
2017-02-23
test: Fix UTF8 compliant locale detection
Frank LENORMAND
2016-07-26
Rework compute_modified_ranges
Maxime Coste
2015-11-16
Support auto disabling of unit tests with an optional enabled script
Maxime Coste
2015-11-16
Revert "Add an unicode to upper case test", needs an utf8 locale
Maxime Coste
2015-11-15
Add an unicode to upper case test
Maxime Coste
2015-09-14
Fix backward search searching from on char before the corret one.
Maxime Coste
2015-06-28
Merge overlapping selections before erasing
Maxime Coste
2015-03-06
Fix additional eol inserted when replace piping at end of buffer
Maxime Coste
2015-01-23
Fix bug when deleting end of buffer text using multiple selections
Maxime Coste
2014-06-30
add testing framework
Alex Leferry 2