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
2016-09-18
Rewrite PerArgumentCommandCompleter to use compile time dispatching
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-08-30
style tweak
Maxime Coste
2016-08-30
Use a heap instead of sorting to gather the best shell-candidates matches
Maxime Coste
2016-08-30
Enable shell-candidates update in fast completion mode
Maxime Coste
2016-08-22
Only drop blank prefixed history entries in command/shell prompts
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-08-05
Regenerate shell-candidates for each completion sessions
Maxime Coste
2016-08-05
Do not force exec to run in normal mode anymore, run in the current mode
Maxime Coste
2016-07-28
Tweak session renaming code
Maxime Coste
2016-07-28
Merge remote-tracking branch 'doppioandante/set_session'
Maxime Coste
2016-07-24
Add 'session' command to change remote session name
Enrico Lumetti
2016-07-24
Replace C-style operators with their alphabetical equivalent
Frank LENORMAND
2016-07-23
Implement a `readonly` mode
Frank LENORMAND
2016-07-08
Keep modified selections in non-draft exec/eval -itersel
Maxime Coste
2016-06-22
Refactor context_wrap to share more code between draft/non draft case
Maxime Coste
2016-06-22
Go back to saving built-in registers by default in non draft :exec/:eval
Maxime Coste
2016-06-20
Make window scope available to draft contexts
Maxime Coste
2016-06-20
Do not preserve registers by default when exec/eval in a non draft context
Maxime Coste
2016-05-24
Fix string view created from a temporary string
Maxime Coste
2016-05-20
Change dir to $HOME when no parameters are given to cd
Maxime Coste
2016-05-17
Do not force recreate scratch buffers by default, require edit! for that
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
2016-04-29
Check all buffer are saved in :kill, and add :kill! to avoid that
Maxime Coste
2016-04-20
prompt: zero password memory after running the command to be slightly more se...
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-04-16
Remove iterator based regex constructor
Maxime Coste
2016-04-07
Only offer directories when completing :cd arguments
Maxime Coste
2016-04-04
Use a specific option type completions for insert completion
Maxime Coste
2016-03-28
Uniquify candidates in -shell-candidates mode
Maxime Coste
2016-03-25
Use UsedLetters for shell-candidates filtering
Maxime Coste
2016-03-24
Add an alternative -shell-candidates shell completion support
Maxime Coste
2016-03-24
Add completion support for alias/unalias commands
Maxime Coste
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
2016-03-14
Code cleanups
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-02
In buffer name completion, give priority to filename (not dirname) matches
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-11
Fix buffer deletion logic
Maxime Coste
2016-02-10
Fix use of dead temporary strings in completions
Maxime Coste
2016-02-09
Migrate most completion to ranked match
Maxime Coste
2016-02-09
Use the ranked word completion logic for buffer name completion
Maxime Coste
2015-12-27
Remove the exec_keys function
Maxime Coste
2015-12-27
Slight refactor
Maxime Coste
2015-12-27
Formatting fix
Maxime Coste
2015-12-23
Support collapsing jumps in eval and exec
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-12-12
Store the buffer timestamp in line flags options respect it for highlighting
Maxime Coste
2015-12-02
Fix unset option when using the current scope and it points to global
Maxime Coste
2015-12-01
Change def -shell-params to def -params and take the counts as parameters
Maxime Coste
[prev]
[next]