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
2017-10-31
Prompt: display the fallback text everytime the prompt is empty
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-17
Add a `fail` command to explicitely raise an error
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-10-06
Merge remote-tracking branch 'Delapouite/debug-mappings'
Maxime Coste
2017-10-06
Allow itersel with draft context to change the buffer
Maxime Coste
2017-10-03
Add debug mappings
Delapouite
2017-09-26
Add selections_desc format to select autoinfo
Delapouite
2017-09-21
Fix missing spaces / new lines in commands docstring
Delapouite
2017-09-11
Add debug faces
Delapouite
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-08-22
Add build type (debug/release) in ":debug info" output
Maxime Coste
2017-07-28
Use single_param for ParameterDesc when relevant in command descs
Delapouite
2017-07-25
Support values starting with `-` for in set-register command
Maxime Coste
2017-07-20
Fix wrong autoinfo for remove-highlighter
Delapouite
2017-07-19
Remove `echo -color` support, superseeded by `echo -markup`
Maxime Coste
2017-07-19
More use of std::enable_if_t alias
Maxime Coste
2017-07-19
More uses of standard type traits aliases
Maxime Coste
2017-07-05
Docs: add missing PromptIdle hook mentions
Delapouite
2017-06-29
Remove some dead code
Maxime Coste
2017-06-17
src: Add `profile-hash-maps` to the `debug` command's docstring
Frank LENORMAND
2017-06-16
Trim whitespaces surrounding docstrings
Maxime Coste
2017-06-07
Move variable closer to its point of use
Maxime Coste
2017-06-07
Filter debug buffers before creating the SafePtr vector in -buffer *
Maxime Coste
2017-06-07
Do not disable incsearch option in context wrap
Maxime Coste
2017-06-07
Move hook executing logic into HookManager
Maxime Coste
2017-06-07
Avoid expensive copies of Hooks in HookManager::run_hooks
Maxime Coste
2017-06-07
Fix useles copy of hook_func in HookManager::add_hook parameter
Maxime Coste
2017-06-04
Improve readability of command docstrings by changing formatting
Maxime Coste
2017-06-03
Merge remote-tracking branch 'occivink/ignore-debug'
Maxime Coste
2017-05-29
Merge remote-tracking branch 'Delapouite/typo'
Maxime Coste
2017-05-28
Tweak alias command docstring not to end up with an eol
Maxime Coste
2017-05-27
Exclude debug from eval/exec over all buffers
Olivier Perret
2017-05-27
Fix typos in info-box: availabe, encodngs, highglighters…
Delapouite
2017-05-25
Add an update-option command to update range-descs/line-descs options
Maxime Coste
2017-05-24
Rename line-flags option type to line-specs
Maxime Coste
2017-05-17
Rename range-faces to range-specs
Maxime Coste
2017-05-10
Small spelling error fix
Olivier Brewaeys
2017-04-20
src: Implement a `write!` command
Frank LENORMAND
2017-04-20
Assume filename passed to write_buffer_to_file is already parsed
Maxime Coste
2017-04-03
Do not disable autoinfo and autoshowcompl in non interactive context
Maxime Coste
2017-03-30
Expose hook params regex captures in hook_param_capture_N
Maxime Coste
2017-03-30
Add an InsertDelete hook
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2017-03-08
Add a -debug flag to :edit to set the buffer as debug data
Maxime Coste
2017-03-07
Collapse undo groups during an eval command
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
[prev]
[next]