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
/
commands.cc
Age
Commit message (
Expand
)
Author
2015-12-01
Update buffer display names after changing working directory
Maxime Coste
2015-11-27
Disable history in all non interactive contexts
Maxime Coste
2015-11-26
Preserve default registers in exec/eval by default
Maxime Coste
2015-11-25
Add -save-regs <regs> option to exec and eval to preserve registers
Maxime Coste
2015-11-23
Add support for various completions in :prompt
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-11-18
Propagate shell context through prompt/onkey/menu commands
Maxime Coste
2015-11-11
Document i attribute in face command info
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-11-06
Support 'current' scope in set/unset command
Maxime Coste
2015-10-23
Document exclusive attribute
Maxime Coste
2015-10-22
Pass ShellContext to commands
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-10-22
Fix :set completion when -add switch is given
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-10-05
Support markup in menu command
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-09-30
Fix removing shared highlighters
Maxime Coste
2015-09-20
Remove the default_face parameter of parse_display_line
Maxime Coste
2015-09-19
Add simple markup support to generate display lines from strings
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-08-26
Add a kill command that kills the current session
Maxime Coste
2015-08-23
Remove Client::window() method, use a force_redraw() one
Maxime Coste
2015-08-18
Rename Disableable to more general NestedBool
Maxime Coste
2015-08-12
Try to fix compilation on travis
Maxime Coste
2015-08-11
Ensure the command exist before adding an alias
Maxime Coste
2015-08-10
Add an unset command to remove an option value (falling back to parent)
Maxime Coste
2015-08-10
Move option docstring obtention to OptionRegistry
Maxime Coste
2015-08-10
Move option name completion to the OptionRegistry
Maxime Coste
2015-07-23
Disable notifications when disabling an option temporarly
Maxime Coste
2015-07-01
Add remapping of text object keys
Viktor Palmkvist
2015-06-30
Force redraw all clients after a face changed
Maxime Coste
2015-06-26
Add support for command completion on commands, use it for :new
Maxime Coste
2015-06-25
Force redraw window after adding/removing highlighters
Maxime Coste
2015-06-21
Rework window redraw handling, should redraw window less often
Maxime Coste
2015-06-19
Fix Self Documentation
Eike Plack
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-03
Describe facedesc in :face docstring
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-05-09
Style tweak
Maxime Coste
2015-05-06
Formatting fix
Maxime Coste
2015-04-23
Fix :open bug that could set a deleted buffer as the last used one
Maxime Coste
2015-04-21
Disable history in :exec and :eval
Maxime Coste
2015-04-21
Support -buffer * to iterate over all buffers in :eval or :exec
Maxime Coste
2015-04-21
Small style tweak
Maxime Coste
[prev]
[next]