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
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
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-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
Respect scroll offset even when wrapping lines
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-05-25
Fix command parsing bug when commenting after a command
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
2017-03-15
Add regression test for #1105
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2017-03-03
Fix indent selection respect for original selection cursor position
Maxime Coste
2017-02-23
test: Fix UTF8 compliant locale detection
Frank LENORMAND
[next]