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-10-11
Merge remote-tracking branch 'vsyl/c_description'
Maxime Coste
2022-10-11
Correct and unify descriptions of normal mode C key behavior
Jakub Wasilewski
2022-10-02
Fix compilation failure with clang 12 and debug=yes
Hampus Fröjdholm
2022-09-17
Merge remote-tracking branch 'krobelus/faster-update-matches'
Maxime Coste
2022-09-17
Fix quadratic runtime when updating region highlighter matches
Johannes Altmanninger
2022-09-17
Avoid potentially quadratic runtime when updating selections after modification
Johannes Altmanninger
2022-09-17
Fix crash when trying to display the menu in a tiny window
Adrià Arrufat
2022-09-09
Merge remote-tracking branch 'krobelus/embrace-menu-3'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/to-string'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/write-autoinfo'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/hashset-no-braces'
Maxime Coste
2022-09-09
Merge remote-tracking branch 'krobelus/cleanup'
Maxime Coste
2022-08-28
Fix clang warning regarding useless braces when using HashSet
Johannes Altmanninger
2022-08-28
Show write -force parameter only for commands that support it
Johannes Altmanninger
2022-08-24
Fix synopsis of write-quit commands
Johannes Altmanninger
2022-08-21
Merge remote-tracking branch 'krobelus/set-remove-autoinfo'
Maxime Coste
2022-08-21
Avoid calling memcpy from empty string views
Maxime Coste
2022-08-21
Bypass RegexIterator in RegionsHighlighter::add_matches
Maxime Coste
2022-08-20
Add support for field width and digit grouping in format
Maxime Coste
2022-08-20
Slight code style tweak
Maxime Coste
2022-08-20
Remove unnecessary utf8 decoding when looking for EOL in regex
Maxime Coste
2022-08-20
Refactor RegionsHighlighter to share regexes
Maxime Coste
2022-08-17
Use make_array to avoid specifying the array size
Johannes Altmanninger
2022-08-17
Rename button_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-08-17
Rename key_to_str() to the more idiomatic to_string()
Johannes Altmanninger
2022-08-16
Remove stale comment about StaticRegister
Johannes Altmanninger
2022-08-05
Reuse existing character classes when possible in regex
Maxime Coste
2022-08-05
uniquify selection contents before generating regex for '*'
Maxime Coste
2022-08-05
Add HashSet implemented as HashMap with void value type
Maxime Coste
2022-08-05
Change HashMap not to support multiple identical keys by default
Maxime Coste
2022-08-03
Merge remote-tracking branch 'krobelus/history-in-mappings'
Maxime Coste
2022-08-03
Merge remote-tracking branch 'krobelus/document-history-registers'
Maxime Coste
2022-08-01
Do not complete command switches after --
Johannes Altmanninger
2022-08-01
Do not record prompt history when executing user mode mappings
Johannes Altmanninger
2022-08-01
Show the default values for -save-regs in autoinfo of exec/eval
Johannes Altmanninger
2022-08-01
Fix typo in eval/exec code
Johannes Altmanninger
2022-07-30
Use menu behavior for completing builtins where appropriate
Johannes Altmanninger
2022-07-28
Use menu behavior when completing change-directory
Johannes Altmanninger
2022-07-28
Use menu behavior when completing scope arguments
Johannes Altmanninger
2022-07-28
Use and extract functions for completing scope arguments
Johannes Altmanninger
2022-07-28
Fix autoinfo for "set-option -remove" not showing option-specific info
Johannes Altmanninger
2022-07-28
Remove redundant handling of "-add" from set-option completer
Johannes Altmanninger
2022-07-28
Merge remote-tracking branch 'krobelus/embrace-menu-2'
Maxime Coste
2022-07-28
Merge remote-tracking branch 'krobelus/support-prompt-menu'
Maxime Coste
2022-07-28
Merge remote-tracking branch 'krobelus/prompt-completion-cut-at-cursor'
Maxime Coste
2022-07-28
Merge remote-tracking branch 'krobelus/support-shift-backspace'
Maxime Coste
2022-07-24
Merge remote-tracking branch 'krobelus/startup-info'
Maxime Coste
2022-07-24
Merge remote-tracking branch 'krobelus/complete-expansions-in-double-quotes'
Maxime Coste
2022-07-24
Merge remote-tracking branch 'krobelus/no-redundant-menu'
Maxime Coste
2022-07-22
Support "prompt -menu" to mark completions as authoritative
Johannes Altmanninger
[next]