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
/
regression
Age
Commit message (
Expand
)
Author
2019-02-04
Remove peephole regex optimization pass
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2018-12-13
Improve deindent behaviour with mixed indent
Maxime Coste
2018-11-14
Fix column highlighter adding display atoms past the window width
Maxime Coste
2018-10-21
Fix LineRangeSet::udpate not updating some traling ranges correctly
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-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-07-15
Add support for <a-;> in prompt mode
Maxime Coste
2018-07-08
Rename highlighters that used an underscore to use a dash
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 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
tests: Update selections files to match the new selection list syntax
Maxime Coste
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
2018-05-24
Fix potential assert on itersel selection restoration
Maxime Coste
2018-05-21
Add regression test for crash on BufSetOption hook
Maxime Coste
2018-05-19
Fix assert with window small enough so that no part of buffer is displayed
Maxime Coste
2018-05-19
test/run: Rename "display" expected ui output file as "ui-out"
Maxime Coste
2018-05-07
Fix wrong behaviour in select surrounding
Maxime Coste
2018-04-29
Fix tests after changes to json_ui output
Maxime Coste
2018-04-23
Change client default name: "unnamed0" → "client0"
Delapouite
2018-03-27
Fix 'O' not putting the cursor on the correct line
Maxime Coste
2018-03-25
indent selector: When line is empty, find indent from surrounding lines
Maxime Coste
2018-03-18
Fix implementation of real_path to handle non-existing directories in /
Maxime Coste
2018-03-18
Fix crash on expanding command line strings
Maxime Coste
2018-03-11
Detect infinit recursion in reference highlighting
Maxime Coste
2018-03-05
Add a regression test for issue #1902
Maxime Coste
2018-03-04
lua.kak: Rework 'end' auto insertion logic
Maxime Coste
2018-03-04
Insert: Do not move end of line on open line (o/O)
Maxime Coste
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-24
Highlight cursors differently when they lie on an end of line
Maxime Coste
2018-02-06
Fix parsing of percent tokens with unicode separators
Maxime Coste
2018-02-04
CommandManager: parse command lines as utf8 instead of ascii
Maxime Coste
2017-12-15
Window: avoid positionning window on a negative column
Maxime Coste
2017-11-28
Wrap: try to rework and simplify the algorithms further
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-10-28
Move highlighters into Scopes
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-08-04
Purge history on buffer reload when NoUndo flag is on
Maxime Coste
2017-07-14
Fix assertion when replacing with empty strings
Maxime Coste
[next]