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
2022-02-22
Remove unnecessary workaround in Buffer::insert
Maxime Coste
2022-02-18
Do not keep MappedFile fd opened
Maxime Coste
2022-02-15
Merge remote-tracking branch 'krobelus/c-n-autocomplete'
Maxime Coste
2022-02-15
Merge remote-tracking branch 'krobelus/different-select-cmd-no-dupe'
Maxime Coste
2022-02-15
Merge remote-tracking branch 'Qeole/pr/crash-colors'
Maxime Coste
2022-02-15
Merge remote-tracking branch 'Screwtapello/validate_alpha-is-constexpr'
Maxime Coste
2022-02-12
Make Color::validate_alpha() a constexpr function.
Tim Allen
2022-02-11
Filter duplicate completions only if they have the same select cmd
Johannes Altmanninger
2022-02-11
Faces: Check that underline colour comes before base/attributes markers
Qeole
2022-02-07
Make <c-n> show completion menu again when autocomplete is off
Johannes Altmanninger
2022-02-02
Fix regex alternation execution priority
Maxime Coste
2022-02-01
Fix modified keys not being mappable in goto mode
Maxime Coste
2022-01-24
Merge remote-tracking branch 'Screwtapello/fix-session-name-error'
Maxime Coste
2022-01-24
Use strerror to display execve failures
Maxime Coste
2022-01-24
Do not insert any end-of-line when piping data out
Maxime Coste
2022-01-23
Restore goto case insensitiveness, refuse to map upper case
Maxime Coste
2022-01-18
When reporting an invalid session name, report the correct name.
Tim Allen
2022-01-09
Do not show custom completions when autocomplete is off
Johannes Altmanninger
2021-12-20
Fix invalid line joining logic with multiple selection per line
Maxime Coste
2021-12-14
Bug fix: use only iswlower() in RankedMatch::is_word_boundary()
Sidharth Kshatriya
2021-12-11
Fix mode line inconsistency between normal and insert modes
Chris Webb
2021-12-11
Fix explicit line completion
Maxime Coste
2021-12-11
Fix parsing nul bytes in regex
Maxime Coste
2021-12-11
Fix spurious warning likely due to String::Data not being std compliant
Maxime Coste
2021-12-11
Make space a named key to correctly handle shift modifier
Maxime Coste
2021-11-25
Clang is still unhappy, trying another approach with defining my own concept
Maxime Coste
2021-11-25
Avoid using standard concepts
Maxime Coste
2021-11-25
Templatize parse_quoted to avoid utf8 decoding with ascii delimiter
Maxime Coste
2021-11-25
small regex impl code style tweak
Maxime Coste
2021-11-21
Try to fix more CI failures related to C++20
Maxime Coste
2021-11-21
Fix clang C++20 compilation issues
Maxime Coste
2021-11-21
More C++20 refactorings
Maxime Coste
2021-11-21
Use std::remove_cvref instead of std::decay
Maxime Coste
2021-11-21
Convert comparisons to spaceship operator
Maxime Coste
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2021-11-21
Micro-optimize regex character class/type matching
Maxime Coste
2021-11-21
Reduce the amount of Regex VM Instruction code
Maxime Coste
2021-11-21
Merge remote-tracking branch 'lenormf/debug_mode-gdb_script'
Maxime Coste
2021-11-21
Merge branch 'doc_highlighter_switch' of http://github.com/fennewald/kakoune
Maxime Coste
2021-11-16
Documented -override switch for add-highlighter
Carson
2021-11-15
Fixes #4432: JSON UI only shows stdin when connecting to an existing session
Sidharth Kshatriya
2021-11-11
Recognize both <tab> and <c-i> as forward jump
Maxime Coste
2021-11-08
src makefile: Install GDB types in debug mode
Frank LENORMAND
2021-11-07
Kakoune 2021.11.08
Maxime Coste
2021-11-05
src highlighters: Factorise docstrings
Frank LENORMAND
2021-11-04
src highlighters: Sort instantiations
Frank LENORMAND
2021-11-02
use shifted key codes on kitty
Jason Felice
2021-11-02
Keep command_fifo read fd open instead of closing/reopening
Maxime Coste
2021-11-02
Merge remote-tracking branch 'sidkshatriya/remove-kak-history-file'
Maxime Coste
2021-11-02
Fix DECRPM parsing for 2026
Maxime Coste
[prev]
[next]