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-04-11
Add support for the shift modifier.
Tim Allen
2018-04-10
Redraw window when the face definition changed
Maxime Coste
2018-04-10
FaceRegistry: Support referencing a named face from a parent scope
Maxime Coste
2018-04-10
Makefile: formatting fix
Maxime Coste
2018-04-09
Make version available through $kak_version and debug info
Maxime Coste
2018-04-09
Makefile: add a dist target to generate a tarball
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-07
Ignore current buffer when completing the :buffer command
Maxime Coste
2018-04-07
Merge remote-tracking branch 'Delapouite/no-such'
Maxime Coste
2018-04-07
Add some safety static_asserts to remote read/write functions
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-06
Make compute_display_setup methods const
Maxime Coste
2018-04-05
Add new buffers at the back of the buffer list
Maxime Coste
2018-04-05
Merge remote-tracking branch 'Delapouite/declare-option'
Maxime Coste
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2018-04-04
NCurses: Tolerate failure to open /dev/tty and to ioctl for resize
Maxime Coste
2018-04-04
Prompt: add <a-!> to expand the typed expansions in current line
Maxime Coste
2018-04-01
Merge remote-tracking branch 'lenormf/fix-ncurses'
Maxime Coste
2018-04-01
Restore previous status line after notifying wait for shell
Maxime Coste
2018-03-31
src: Make code more readable, assert function calls that shouldn't fail
Frank LENORMAND
2018-03-30
Support full redraws during shell execution and handle resize there
Maxime Coste
2018-03-30
Make set -add replace existing value when applied to a map option
Maxime Coste
2018-03-29
Add status message when commiting an undo group in insert mode
Delapouite
2018-03-28
Merge remote-tracking branch 'Delapouite/on-key'
Maxime Coste
2018-03-28
Fix uninitialized m_empty_text StringView in LineEditor
Maxime Coste
2018-03-28
Fix typo in on-key command description
Delapouite
2018-03-27
Give more hints in "option not found" error.
Delapouite
2018-03-27
Support count in <a-s> to split on groups of n lines
Maxime Coste
2018-03-27
Simplify command debug code
Maxime Coste
2018-03-27
Prompt: Do not call callback in on_enabled
Maxime Coste
2018-03-27
Fix 'O' not putting the cursor on the correct line
Maxime Coste
2018-03-26
Formatting fix
Maxime Coste
2018-03-26
Fix operator priority order error
Maxime Coste
2018-03-25
Avoid visiting the same directory multiple times in insert filename completion
Maxime Coste
2018-03-25
Allow explicit filename completion with empty prefix
Maxime Coste
2018-03-25
Cleanup client name validation code
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-25
Document rotate selection breaking change in startup message
Maxime Coste
2018-03-25
Move rotate selection and rotate selection contents to ) and <a-)>
Maxime Coste
2018-03-25
Use 1 and -1 for Forward/Backward Direction to simplify code
Maxime Coste
2018-03-25
indent selector: When line is empty, find indent from surrounding lines
Maxime Coste
2018-03-25
Remove parse_filename overload and use a default parameter
Maxime Coste
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2018-03-21
Merge remote-tracking branch 'Delapouite/doc-commands'
Maxime Coste
2018-03-20
Revert "Throw when trying to remove a child highlighter that does not exists"
Maxime Coste
2018-03-20
Docs: add missing [<switches>] in commands signatures
Delapouite
2018-03-20
Tolerate empty filenames in real_path
Maxime Coste
2018-03-20
NCursesUI: Rework menu_show to shrink menu height when needed
Maxime Coste
[prev]
[next]