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
2014-03-30
When selecting forward paragraph and we are on an end of line, select the nex...
Maxime Coste
2014-03-30
minor cleanup in select_whole_sentence
Maxime Coste
2014-03-30
minor cleanup
Maxime Coste
2014-03-29
Add basic support for colalias completion
Maxime Coste
2014-03-29
Fix indent/deindent when only empty lines are selected
Maxime Coste
2014-03-29
Remove Range struct, merge it back in Selection
Maxime Coste
2014-03-29
Change default menu colors
Maxime Coste
2014-03-27
rotate selection content count parameter groups selections
Maxime Coste
2014-03-26
notify buffer saved after closing the file descriptor
Maxime Coste
2014-03-26
fix file reload prompt displaying invalid message
Maxime Coste
2014-03-25
ShellManager: Change the env var detection regex to find more uses
Maxime Coste
2014-03-25
Remove the shell option, always use /bin/sh
Maxime Coste
2014-03-25
do not write the trailing nul char in send_commands
Maxime Coste
2014-03-25
Server: correctly handle Accepters lifetime
Maxime Coste
2014-03-25
FDWatchers are non copiable and non movable
Maxime Coste
2014-03-25
fix segfault in parameter parser
Maxime Coste
2014-03-24
Merge remote-tracking branch 'evertvp/master'
Maxime Coste
2014-03-24
Push aborted commands to history
Evert Van Petegem
2014-03-24
change ncurses menu scroll bar style
Maxime Coste
2014-03-24
Use an info box to prompt for reloading of modified files
Maxime Coste
2014-03-22
style tweak
Maxime Coste
2014-03-21
Correctly handle failing to connect to the given session in client mode
Maxime Coste
2014-03-20
Store key names in a constexpr array
Maxime Coste
2014-03-20
Container utility functions now use the free begin/end functions
Maxime Coste
2014-03-20
Fix support for switches style option in user commands
Maxime Coste
2014-03-20
exec and eval support the -no-hooks option
Maxime Coste
2014-03-20
Remove dangling forward declaration of Editor class
Maxime Coste
2014-03-20
Fix comment
Maxime Coste
2014-03-19
Automatic insert filename completion kicks in only if prefix contains slash
Maxime Coste
2014-03-18
EventManager: fix busy loop when no timer events exists.
Maxime Coste
2014-03-15
Insert mode completion execute completers in order, and supports multiple option
Maxime Coste
2014-03-07
Clamp cursor position on buffer reloading
Maxime Coste
2014-03-05
Fix segfault in get_until_delimiter
Maxime Coste
2014-03-02
Add -p <session> option to kak, which forward commands on stdin to session
Maxime Coste
2014-03-02
Rename connect_to's pid parameter to session
Maxime Coste
2014-03-02
Add -docstring option to the 'def' command
Maxime Coste
2014-03-02
Add support for -buffer <comma separated names> to eval and exec commands
Maxime Coste
2014-03-02
tweak docstring
Maxime Coste
2014-03-02
Declare commands in a CommandDesc structure
Maxime Coste
2014-03-02
Add a docstring to commands
Maxime Coste
2014-03-02
Display command info only when the autoinfo option is true
Maxime Coste
2014-03-02
Consistently name -foo things 'switches'
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2014-03-02
Add @ command for tabs to spaces and alt-@ for spaces to tabs
Maxime Coste
2014-03-02
Rename align indent to more correct copy indent
Maxime Coste
2014-02-27
Add buffile env var for getting the buffer filename
Maxime Coste
2014-02-27
Tolerate invalid %...{} when completing
Maxime Coste
2014-02-25
regionref highlighter just ignore invalid references
Maxime Coste
2014-02-15
Add support for `strings`
Maxime Coste
[next]