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
/
main.cc
Age
Commit message (
Expand
)
Author
2017-06-29
Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-26
Change completion_extra_word_char to be a list of codepoints instead of a string
Maxime Coste
2017-06-23
Add ctags command renaming info in the startup message
Maxime Coste
2017-06-17
Update startup info message
Maxime Coste
2017-06-12
minor style tweak
Maxime Coste
2017-06-12
Use read_fd to get pipe command from stdin instead of ad-hoc code
Maxime Coste
2017-06-08
Do not show startup info when piping into kak
Maxime Coste
2017-06-06
Expose kak_buf_line_count
Delapouite
2017-06-03
Document the `*` behaviour change in the startup message
Maxime Coste
2017-06-03
Small formatting fix
Maxime Coste
2017-05-27
Document line-flags -> line-specs and update-option in breaking changes
Maxime Coste
2017-05-25
Expose last entered command in register :
Dan Rosén
2017-05-21
Merge remote-tracking branch 'danr/Add-modified-value-if-buffer-has-modificat...
Maxime Coste
2017-05-20
Change <a-z>/<a-Z> to combine selections instead of appending
Maxime Coste
2017-05-18
Add modified value if buffer has modifications not saved
Dan Rosén
2017-05-17
Add range-faces -> range-specs rename to the breaking changes message
Maxime Coste
2017-05-13
Add the -E switch for server initialization commands
Maxime Coste
2017-04-20
Assume filename passed to write_buffer_to_file is already parsed
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-04-10
Merge remote-tracking branch 'lenormf/fix-filter-backup-suffix'
Maxime Coste
2017-04-10
src: Support the `-help` flag
Frank LENORMAND
2017-03-23
src: Introduce a `-i` suffix flag for filter backups
Frank LENORMAND
2017-03-16
Use a HashMap to store the normal mode keymap
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-15
The canonical name for the documentation command is :doc, not :help
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2017-03-10
Add dilbert in the ui_options doctring
Maxime Coste
2017-03-08
Add a -debug flag to :edit to set the buffer as debug data
Maxime Coste
2017-02-23
Refactor StringData and StringRegistry to remove need for purging
Maxime Coste
2017-02-20
Fix performance of word completion with many different selections
Maxime Coste
2017-02-19
Display an info box on startup with recent breaking changes
Maxime Coste
2017-02-14
Reorganize code in main.cc
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2017-01-31
Support the vim behaviour for +line syntax
Eike Plack
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-20
Merge branch 'master' of git://github.com/akkartik/kakoune
Maxime Coste
2016-12-20
Remain silent on exit without error.
Kartik K. Agaram
2016-12-20
Small formatting tweak
Maxime Coste
2016-12-20
Ensure we have an EOL after error messages
Maxime Coste
2016-12-20
Ensure we return 0 on exit from graceful disconnection
Maxime Coste
2016-12-03
Small include fix
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
[prev]
[next]