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
/
src
Age
Commit message (
Expand
)
Author
2019-06-18
Move dropped free windoes to the window trash
Maxime Coste
2019-06-16
Do not add window pointing to deleted buffers in the free window list
Maxime Coste
2019-06-15
Merge remote-tracking branch 'lenormf/fix-2966'
Maxime Coste
2019-06-15
Merge remote-tracking branch 'eraserhd/fifo-fixes'
Maxime Coste
2019-06-14
src: Make sure the iterator is inbound before decrementing it
Frank LENORMAND
2019-06-11
Fix emission of BufReadFifo events
Jason Felice
2019-06-11
Refuse to overwrite an existing session socket
Maxime Coste
2019-06-10
Add a gather overload that infer element type
Maxime Coste
2019-06-04
Merge remote-tracking branch 'eraserhd/minor-remote-fixes'
Maxime Coste
2019-05-29
Refactor message writing
Jason Felice
2019-05-29
Do not merge selections on backspace in insert mode
Maxime Coste
2019-05-29
Null terminate gdb auto-load script
Maxime Coste
2019-05-29
Fix BufferedWriter triggering std::terminate on exception when writing
Maxime Coste
2019-05-29
Fix trailing slash removal code with root directory
Maxime Coste
2019-05-28
Fix the man path for OpenBSD
codesoap
2019-05-28
Avoid using gzips '-k' for compatibility
codesoap
2019-05-23
Do not try to send remaining data on a closed socket
Maxime Coste
2019-05-21
Merge remote-tracking branch 'upstream/master' into path-improvements
Robert Melton
2019-05-21
Fix compilation on older gcc / clang
Maxime Coste
2019-05-19
Strip all trailing slashes in real_path and compact_path
Robert Melton
2019-05-17
Introduce Menu completion flags to auto select best candidate
Maxime Coste
2019-05-13
Add completion support to load-module
Maxime Coste
2019-05-13
Support discarding selections in exec/eval -itersel
Maxime Coste
2019-05-10
Do not keep a reference to ParametersDesc inside ParameterParser
Maxime Coste
2019-05-01
Merge remote-tracking branch 'Delapouite/parse_lines'
Maxime Coste
2019-04-28
Fix typo
Alex Leferry 2
2019-04-28
Fix parsing of faces with a base but no attributes
Maxime Coste
2019-04-27
Let parse_lines ensure that there's at least 1 line with \n
Delapouite
2019-04-26
Fix crash when finishing insert completion with no completion candidates
Maxime Coste
2019-04-25
Merge remote-tracking branch 'laelath/provides-requires'
Maxime Coste
2019-04-24
Fix wrapping of words with 'wrap col - indent < word len < wrap col'
Maxime Coste
2019-04-24
Only wrap before words that are shorter than the wrapping length
Maxime Coste
2019-04-24
Merge remote-tracking branch 'eraserhd/remote-refactors'
Maxime Coste
2019-04-23
Change faces alias to be a base that can be modified
Maxime Coste
2019-04-22
Use helper template struct in MsgReader
Jason Felice
2019-04-18
Small code cleanup in Face struct definition
Maxime Coste
2019-04-17
Update changelog
Maxime Coste
2019-04-17
Remove InsertCompletionSelect hook
Maxime Coste
2019-04-17
Change completions option docstring element to be an arbitrary command
Maxime Coste
2019-04-17
Rename info -placement to info -style and support modal style
Maxime Coste
2019-04-16
Pass selected completion text to InsertCompletionHide
Maxime Coste
2019-04-15
Support '-placement menu' switch in the info command
Maxime Coste
2019-04-16
Support name captures in dynregex highlighters
Maxime Coste
2019-04-15
Support named captures in hooks
Maxime Coste
2019-04-13
Run ClientClose hook before exiting the client itself
Maxime Coste
2019-04-12
Make it possible to edit an existing scratch buffer again
Maxime Coste
2019-04-12
Prevent conversion to client on suspend from disconnecting other clients
Maxime Coste
2019-04-08
Evaluate modules in an empty context
Justin Frank
2019-04-08
Added ModuleLoad hook that uses the module name as the parameter
Justin Frank
2019-04-08
Added 'provide-module' and 'require-module' commands
Justin Frank
[next]