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
2017-07-13
Fix undo handling in <a-o>/<a-O>
Maxime Coste
2017-07-12
Add main selection index in mode_info
Delapouite
2017-07-13
Small startup message formatting tweak
Maxime Coste
2017-07-11
Alternative, and hopefully safer implementation of <a-o>/<a-O>
Maxime Coste
2017-07-11
Add <a-c> and <a-d> for changing/deleting without yanking
Maxime Coste
2017-07-11
Preserve order of definition of mappings when listing them
Maxime Coste
2017-07-11
Merge remote-tracking branch 'Delapouite/last-command-reg'
Maxime Coste
2017-07-11
Add <a-o> and <a-O> to add lines below/above selections
Maxime Coste
2017-07-10
Docs: add missing colon register (last entered command)
Delapouite
2017-07-09
Merge remote-tracking branch 'Delapouite/alt-r'
Maxime Coste
2017-07-09
Docs: add missing <a-R> key and fix info message
Delapouite
2017-07-09
Remove assert in String::String(Codepoint, ColumnCount)
Maxime Coste
2017-07-08
Merge remote-tracking branch 'Delapouite/prompt-idle'
Maxime Coste
2017-07-08
Merge remote-tracking branch 'Delapouite/extend'
Maxime Coste
2017-07-08
Merge remote-tracking branch 'Delapouite/stars-less'
Maxime Coste
2017-07-07
Formatting fixes
Maxime Coste
2017-07-07
Treat non printable characters as zero-width instead of -1 width
Maxime Coste
2017-07-06
Make register and completion autoinfo lists uniform with all the other ones
Delapouite
2017-07-05
Refine info titles to distinguish f/t (select) and F/T (extend)
Delapouite
2017-07-05
Docs: add missing PromptIdle hook mentions
Delapouite
2017-06-29
Formatting tweak
Maxime Coste
2017-06-29
Remove some dead code
Maxime Coste
2017-06-29
Code style tweak
Maxime Coste
2017-06-29
Validating an empty command in prompt reruns the last command
Maxime Coste
2017-06-29
Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'
Maxime Coste
2017-06-28
Consider non-files buffers as never modified
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 reference highlighter not forwarding compute_display_setup
Maxime Coste
2017-06-26
Fix replacing last eol with a single eol
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-26
Pass a context instead of just the buffer to selector functions
Maxime Coste
2017-06-26
Remove useless Vector, use a ConstArrayView instead
Maxime Coste
2017-06-26
Change completion_extra_word_char to be a list of codepoints instead of a string
Maxime Coste
2017-06-26
Always use the base LineNumber face for the line number separator
Maxime Coste
2017-06-26
Formatting fix
Maxime Coste
2017-06-26
Disable -Wunknown-attributes
Maxime Coste
2017-06-26
Fix various undefined behaviours detected by UBSan
Maxime Coste
2017-06-25
Remember count when repeating last insert
Maxime Coste
2017-06-24
Slight code refactoring and perf improvement in vector option to string
Maxime Coste
2017-06-23
Add ctags command renaming info in the startup message
Maxime Coste
2017-06-23
Merge remote-tracking branch 'nuao/autoshowcompl_opt'
Maxime Coste
2017-06-23
Merge remote-tracking branch 'lenormf/debug-commands'
Maxime Coste
2017-06-23
Do not set idle timers when running in a transient context
Maxime Coste
2017-06-23
Use an HashMap to store options in option manager
Maxime Coste
2017-06-17
Use user-supplied autoshowcompl option's value.
nuao
2017-06-17
Use already stored coordinates in show_whitespaces
Maxime Coste
2017-06-17
Merge remote-tracking branch 'EliteTK/fix-show_whitespaces-tab'
Maxime Coste
2017-06-17
Correctly handle tabs when show_whitespaces is added
Tomasz Kramkowski
2017-06-17
src: Add `profile-hash-maps` to the `debug` command's docstring
Frank LENORMAND
[prev]
[next]