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
2018-08-27
Refactor whitespace highlighter into a struct
Maxime Coste
2018-08-26
Try to complete command switches when an argument starts with '-'
Maxime Coste
2018-08-24
Use $USER if getpwuid fails
Matt Peterson
2018-08-21
src: Make sure buffers are saved regardless of the client count
Frank LENORMAND
2018-08-21
Support user-defined "str-to-str-map" options.
Tim Allen
2018-08-18
src: Improve error messages in RPC requests parsing
Frank LENORMAND
2018-08-16
Add a test case for -once hooks and code style tweaks
Maxime Coste
2018-08-16
Merge remote-tracking branch 'lenormf/fix-hook-once'
Maxime Coste
2018-08-11
src: Forbid empty `menu` entries
Frank LENORMAND
2018-08-09
Add a -version switch to Kakoune
Maxime Coste
2018-08-06
src: Allow hooks to be run only once
Frank LENORMAND
2018-08-04
An empty string is not a valid number
Maxime Coste
2018-08-02
src: Stay in user-mode when an unmapped key is hit in lock-mode
Frank LENORMAND
2018-08-02
src: Make `enter_user_mode()` tail-recursive
Frank LENORMAND
2018-07-31
Add an assert to catch newpad returning a nullptr
Maxime Coste
2018-07-30
Avoid invalid access to Optional
Maxime Coste
2018-07-30
Fix compilation with gcc-5
Maxime Coste
2018-07-28
Merge remote-tracking branch 'Delapouite/map-key-completer'
Maxime Coste
2018-07-26
Lazily iterate over words instead of gathering them in a vector
Maxime Coste
2018-07-26
Fix shared string registry ref count stats
Maxime Coste
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-26
Replace a few loops with ranges
Maxime Coste
2018-07-26
Make TransformView iterator's category match its underlying's
Maxime Coste
2018-07-26
Fix missing override specifier
Maxime Coste
2018-07-25
Obtain a new window for a client before releasing the current one
Maxime Coste
2018-07-25
Micro optimize command parsing by avoiding utf8 decoding
Maxime Coste
2018-07-25
Fix uninitialized context flags
Maxime Coste
2018-07-25
Fix memory leak in regex execution
Maxime Coste
2018-07-24
Quote every option type but integral types
Maxime Coste
2018-07-23
Merge remote-tracking branch 'lenormf/fix-C-skip-empty-lines'
Maxime Coste
2018-07-23
Support setting registers to empty lists
Maxime Coste
2018-07-23
Restore SIGPIPE handler to default before spawning shell
Maxime Coste
2018-07-22
Merge remote-tracking branch 'lenormf/fix-face-name-format'
Maxime Coste
2018-07-22
Merge remote-tracking branch 'lenormf/fix-development-version'
Maxime Coste
2018-07-22
Opt-in types for quoting of option lists
Maxime Coste
2018-07-20
src: Change the bullet point symbols in the version notes
Frank LENORMAND
2018-07-20
src: Don't print a number for the development version
Frank LENORMAND
2018-07-20
src: Allow face names to contain an underscore
Frank LENORMAND
2018-07-19
src: Rename `auto_complete` to `autocomplete`
Frank LENORMAND
2018-07-19
Re-introduce kill_session::exit_status, @lenormf was right
Maxime Coste
2018-07-19
Merge remote-tracking branch 'lenormf/kill-clients-exit-code'
Maxime Coste
2018-07-19
Add a -debug '...' switch to Kakoune startup that sets the debug option
Maxime Coste
2018-07-19
Fix RegexCompileFlags::Backwards having the same value as Optimize
Maxime Coste
2018-07-19
src: Propagate to clients the `kill` exit code
Frank LENORMAND
2018-07-19
Merge remote-tracking branch 'icetan/buffer-reload-hook'
Maxime Coste
2018-07-19
Reduce confusion in add-highlighter docstring
Maxime Coste
2018-07-15
Fix manual insert completion menu not getting automatically hidden
Maxime Coste
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-14
Merge remote-tracking branch 'Screwtapello/fix-info-docstring'
Maxime Coste
[prev]
[next]