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
/
normal
Age
Commit message (
Expand
)
Author
2018-11-27
Add a test case for dropping full whitespace selections on trim
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-10-27
test: add end-extending-parent/braces for }B}B - Ref #2479
Delapouite
2018-08-29
Fix tests with new shell escaping syntax
Maxime Coste
2018-07-05
Change `a` on end of line behaviour to be consistent
Maxime Coste
2018-07-05
Fix selection save/restore from registers post selection list syntax change
Maxime Coste
2018-07-05
tests: Update selections files to match the new selection list syntax
Maxime Coste
2018-07-05
Fix extra-word-chars test post list option refactoring
Maxime Coste
2018-06-22
Use egrep instead of grep for ERE
dahlbaek
2018-03-27
Support count in <a-s> to split on groups of n lines
Maxime Coste
2018-03-25
Move rotate selection and rotate selection contents to ) and <a-)>
Maxime Coste
2018-03-10
Move WORD text object to <a-w>
Maxime Coste
2018-03-04
Insert: Do not move end of line on open line (o/O)
Maxime Coste
2018-03-02
Remove <scope> from user-modes commands
Delapouite
2018-02-27
Add -lock switch to enter-user-mode command
Delapouite
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-24
goto last change: do not try to avoid end of lines
Maxime Coste
2018-02-22
Merge remote-tracking branch 'Delapouite/trim'
Maxime Coste
2018-02-13
Add trim_selections primitive
Delapouite
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2018-01-24
Add unit tests for copy selections commands
Maxime Coste
2017-12-03
test/: Add more tests for object selection corner cases
Maxime Coste
2017-11-13
Add count support to jumps (<c-o> and <c-i>). Add jumps tests
Delapouite
2017-11-08
Add test case for replaying insert with normal mode commands
Maxime Coste
2017-08-18
Change selection extension code to be simpler
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-09
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Maxime Coste