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-04-21
Merge remote-tracking branch 'ekie/next_buffer'
Maxime Coste
2015-04-19
Avoid unneeded update of selections when we are going to overwrite them
Maxime Coste
2015-04-15
Refactor nextbuffer_cmd
Eike Plack
2015-04-15
Fix set_last_used_buffer
Eike Plack
2015-04-13
Add support for string <-> selection list serialization
Maxime Coste
2015-04-13
Refactor nextbuffer command to be more idiomatic
Maxime Coste
2015-04-13
Merge remote-tracking branch 'jjthrash/next-prev-buffer'
Maxime Coste
2015-04-09
Add nextbuffer command
Jimmy Thrasher
2015-04-04
Add onkey command for executing commands after reading a key
Maxime Coste
2015-03-30
More useage of the format function
Maxime Coste
2015-03-14
Change ParameterParser switch interface, use an Optional<StringView>
Maxime Coste
2015-03-14
More code style cleanup
Maxime Coste
2015-03-14
Tweak command docstrins
Maxime Coste
2015-03-13
Change ShellManager to return both stdout and the return value in a pair
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-12
Improve 'def' command completion behaviour and clean it up a little
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-10
Small refactoring
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-03-02
Fix documentation for debug_cmd
Eike Plack
2015-02-19
Add docstrings to highlighters, displayed by addhl help
Maxime Coste
2015-02-08
Add optional helper for commands, to get parameter dependent help
Maxime Coste
2015-02-05
Fix missing modes in :map completion and docstring
Maxime Coste
2015-01-17
simplify echo code, avoid trailing spaces
Maxime Coste
2015-01-15
Replace InternedStrings with SharedString, shared_ptr based
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-13
Add interned string stats in debug command
Maxime Coste
2015-01-12
Protect use of mallinfo in #ifdef __GLIBC__ blocks
Maxime Coste
2015-01-12
refactor slighly memory domain handling
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2015-01-12
Compute tracked memory total as well
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2015-01-11
Track some more memory
Maxime Coste
2015-01-07
Add initial memory domain allocation tracking support
Maxime Coste
2015-01-06
Add completion for debug command
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2015-01-05
Go back to previous buffer name completion implementation
Maxime Coste
2015-01-03
Small style tweak
Maxime Coste
2014-12-23
Use an id_map directly for HighlighterRegistry rather than the FunctionRegist...
Maxime Coste
2014-12-23
Extract complete_buffer_name as a free function in commands.cc
Maxime Coste
2014-12-23
Remove prefix_complete, superseeded by complete
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-18
Do not register timers for transient input handlers
Maxime Coste
2014-12-12
Add support for user mappings, bound to comma
Maxime Coste
2014-12-05
Disable history writing when running hooks
Maxime Coste
2014-12-05
Consolidate constext disablable feature in a 'Disableable' helper
Maxime Coste
2014-11-28
Fix bug in :debug command
Maxime Coste
2014-11-26
Add an 'options' debug command
Maxime Coste
2014-11-23
const String& to StringView
Maxime Coste
[prev]
[next]