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
2019-02-08
Indent and deindent c-family single line else properly
Justin Frank
2019-02-04
Remove peephole regex optimization pass
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2019-01-14
Improve some corner cases in c-family auto-indenting
Maxime Coste
2019-01-03
Add support for named captures to the regex impl and regex highlighter
Maxime Coste
2018-12-13
Improve deindent behaviour with mixed indent
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-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-11-25
Merge remote-tracking branch 'lenormf/rename-auto_complete'
Maxime Coste
2018-11-14
Fix column highlighter adding display atoms past the window width
Maxime Coste
2018-10-27
test: add end-extending-parent/braces for }B}B - Ref #2479
Delapouite
2018-10-21
Fix LineRangeSet::udpate not updating some traling ranges correctly
Maxime Coste
2018-10-15
Fix handling of capture matching in region highlighter
Maxime Coste
2018-10-08
Buffer begin and end are not end-of-words
Maxime Coste
2018-10-03
Added shell command completion support to define-command and prompt
Justin Frank
2018-09-24
Misc fixes
Olivier Perret
2018-09-24
Fix broken test after change in cursor faces
Maxime Coste
2018-09-23
Replace the `Exclusive` face attribute with `Final`
Maxime Coste
2018-09-13
Merge remote-tracking branch 'laelath/c-indent-edits'
Maxime Coste
2018-09-12
added test for deindentation
Justin Frank
2018-09-12
Change remove-hooks to take a regular expression
Maxime Coste
2018-09-12
Merge remote-tracking branch 'eraserhd/2367-surround-with-tight-nesting'
Maxime Coste
2018-09-12
Only commit undo groups when buffer was modified
Maxime Coste
2018-09-09
Don't skip opening brace twice when finding closing
Jason Felice
2018-08-29
Fix tests with new shell escaping syntax
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-08-16
Add a test case for -once hooks and code style tweaks
Maxime Coste
2018-07-19
src: Rename `auto_complete` to `autocomplete`
Frank LENORMAND
2018-07-15
Add support for <a-;> in prompt mode
Maxime Coste
2018-07-15
Change autoshowcompl to auto_complete with insert|prompt possible values
Maxime Coste
2018-07-08
Rename highlighters that used an underscore to use a dash
Maxime Coste
2018-07-07
Merge remote-tracking branch 'maximbaz/improve-comment-line'
Maxime Coste
2018-07-05
Change `a` on end of line behaviour to be consistent
Maxime Coste
2018-07-05
Make recurse regex opt-in with a -recurse switch instead of opt-out
Maxime Coste
2018-07-05
Fix bug in recursive region highlighting
Maxime Coste
2018-07-05
Fix tests and required scripts to get back to green make test
Maxime Coste
2018-07-05
Tolerate restoring invalid coordinates from register
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-07-05
test/run: Fix script post hook behaviour change
Maxime Coste
2018-07-03
Make tests a bit more interesting
Maxim Baz
2018-06-29
Add test to ensure whitespaces are preserved after uncomment
Maxim Baz
2018-06-28
Improve comment-line command
Maxim Baz
2018-06-28
Fix wrong logic for moving filedescriptors leading to closed stdin
Maxime Coste
2018-06-22
Use egrep instead of grep for ERE
dahlbaek
2018-06-21
Refactor the way main selection is determined after rotating contents
Maxime Coste
2018-06-19
Fix two <s-tab> requiered to access last completion in prompt
Maxime Coste
[next]