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
2018-05-19
Extend `try` command to support multiple catches.
Maxime Coste
2018-05-19
Rename -allow-override switch to -override
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-14
Do not push jumps implicitely in transient contexts
Maxime Coste
2018-05-05
Do not let exception propagate out of register restoring lambda
Maxime Coste
2018-05-03
Tweak the way register restorers are created to try to fix OSX compilation
Maxime Coste
2018-05-01
Move ScopedEdition to context_wrap
Maxime Coste
2018-05-01
Replace RegisterRestorer with a on_scope_end + lambda
Maxime Coste
2018-04-27
Add a debug regex command to dump regex instructions
Maxime Coste
2018-04-26
Add a -always switch to hook command to ignore hooks disabled
Maxime Coste
2018-04-19
Extract a for_n_best algorithm from completion function
Maxime Coste
2018-04-09
Make version available through $kak_version and debug info
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-06
Make error messages more consistent
Delapouite
2018-03-28
Fix typo in on-key command description
Delapouite
2018-03-25
Cleanup client name validation code
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-21
Merge remote-tracking branch 'Delapouite/doc-commands'
Maxime Coste
2018-03-20
Docs: add missing [<switches>] in commands signatures
Delapouite
2018-03-20
Fix remove of highlighters with trailing / in their name
Maxime Coste
2018-03-19
Tweak option documentation helper to support -add
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-06
Docs: extend explanations about line_flags, ranges and replace-ranges
Delapouite
2018-03-05
Add a GlobalSetOption hook
Maxime Coste
2018-03-02
Remove <scope> from user-modes commands
Delapouite
2018-02-27
Add -lock switch to enter-user-mode command
Delapouite
2018-02-24
Always collapse jumps in exec/eval, remove -collapse-jumps switch
Maxime Coste
2018-02-22
Fix typos in C++ string literals
aver-d
2018-02-19
user-modes: Fix incorrect use of keymap mode
Maxime Coste
2018-02-18
Small code tweaks regarding user modes
Maxime Coste
2018-02-18
Merge remote-tracking branch 'Delapouite/user-mode'
Maxime Coste
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2018-02-11
Prevent whitespaces in command names
Maxime Coste
2018-02-01
Profile the time it takes to source a file
Maxime Coste
2018-01-21
Rename InputModeChange hook to ModeChange
Maxime Coste
2018-01-12
Slight refactor of jump collapsing code
Maxime Coste
2018-01-11
Small code style tweak
Maxime Coste
2018-01-08
Write new buffers even when unmodified
Maxime Coste
2017-12-21
Completion: Use a heap to gather the best matches instead of sorting
Maxime Coste
2017-12-18
Introduce InputModeChange hook
Maxime Coste
2017-12-12
Make `edit` command work fine when running from an empty context
Maxime Coste
2017-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-11-25
Add an InsertCompletionSelect hook
Maxime Coste
2017-11-20
Add modified buffers count in error message of non-force quit
Delapouite
2017-11-04
CommandManager: tweak naming
Maxime Coste
2017-11-03
src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`
Frank LENORMAND
2017-11-02
Append '/' to highlighter group completion candidates
Maxime Coste
2017-11-01
Regex: switch to custom impl, use boost for checking
Maxime Coste
2017-10-31
Highlighters does not need to inherit from HighlighterGroup
Maxime Coste
[prev]
[next]