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
2018-02-04
CommandManager: parse command lines as utf8 instead of ascii
Maxime Coste
2018-01-24
Add unit tests for copy selections commands
Maxime Coste
2017-12-15
Window: avoid positionning window on a negative column
Maxime Coste
2017-12-03
c-family.kak: indent after parenthesis at end of line
Maxime Coste
2017-12-03
test/: Add more tests for object selection corner cases
Maxime Coste
2017-12-03
test: fix support for '(' in initial selected text
Maxime Coste
2017-11-28
Wrap: try to rework and simplify the algorithms further
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-11-08
InputHandler: handle of last insert keys happening in nested modes
Maxime Coste
2017-11-08
Fix pipe logic in the case where the selections were accessed in the cmdline
Maxime Coste
2017-11-04
Add an indent test for html closing tag
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-25
Add an indentation test for braces after if
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-09-28
Distinguish between modes being disabled temporarily and definitely
Maxime Coste
2017-09-28
Fix regression test #1435 after a change in the insert modeline format
Maxime Coste
2017-09-18
Avoid wrapping between punctuation and word
Maxime Coste
2017-08-18
Change selection extension code to be simpler
Maxime Coste
2017-08-04
Purge history on buffer reload when NoUndo flag is on
Maxime Coste
2017-08-01
Consecutive markdown list bullets are not a valid list prefix.
Tim Allen
2017-08-01
More tests for markdown autoindent.
Tim Allen
2017-07-29
Check final cursor position in indent/c-family/indent-if-body test
Maxime Coste
2017-07-14
Fix assertion when replacing with empty strings
Maxime Coste
2017-07-14
Fix an assert in compute modified ranges when merging single char ranges
Maxime Coste
2017-06-27
Do not allow repeating last insert when we are not in normal mode
Maxime Coste
2017-06-27
Ensure cursor stays visible with wrapped line bigger than window
Maxime Coste
2017-06-26
Fix replacing last eol with a single eol
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-17
Correctly handle tabs when show_whitespaces is added
Tomasz Kramkowski
2017-06-15
Fix crash recently introduced when deleting at buffer start in insert mode
Maxime Coste
2017-06-15
Change window display to not use invalid buffer coordinates
Maxime Coste
2017-06-15
Use more correct `[ -f <file> ]` in test runner
Maxime Coste
2017-06-15
Respect scroll offset even when wrapping lines
Maxime Coste
2017-06-13
Fix corner case in C family indenting
Maxime Coste
2017-06-11
Fix corner case in compute_modified_ranges
Maxime Coste
2017-06-09
Remove backup file from git
Maxime Coste
2017-06-09
Simplify column highlighter and make it more robust
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-06-09
Add some unit tests for horizontal scrolling with tabulations
Maxime Coste
2017-06-09
Add horizontal/vertical scrolling display tests
Maxime Coste
2017-06-09
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Maxime Coste
2017-05-25
Fix command parsing bug when commenting after a command
Maxime Coste
2017-05-21
Add some missing tests for c-family indent
Maxime Coste
2017-05-21
Smarter align to opening parenthesis/brace supporting multiline
Maxime Coste
2017-05-20
Support aligning to opening { as well as ( in c-family indent
Maxime Coste
2017-04-20
Fix generation of empty erase changes
Maxime Coste
2017-04-20
Change utf8::to_next/to_previous so that they are more symetrical
Maxime Coste
2017-04-19
Do not try to split non range atoms in column highlighter
Maxime Coste
2017-04-12
Fix tests after addition of the set_cursor UI method
Maxime Coste
[prev]
[next]