summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2015-04-21Merge remote-tracking branch 'ekie/next_buffer'Maxime Coste
2015-04-19Avoid unneeded update of selections when we are going to overwrite themMaxime Coste
2015-04-15Refactor nextbuffer_cmdEike Plack
2015-04-15Fix set_last_used_bufferEike Plack
2015-04-13Add support for string <-> selection list serializationMaxime Coste
2015-04-13Refactor nextbuffer command to be more idiomaticMaxime Coste
2015-04-13Merge remote-tracking branch 'jjthrash/next-prev-buffer'Maxime Coste
2015-04-09Add nextbuffer commandJimmy Thrasher
2015-04-04Add onkey command for executing commands after reading a keyMaxime Coste
2015-03-30More useage of the format functionMaxime Coste
2015-03-14Change ParameterParser switch interface, use an Optional<StringView>Maxime Coste
2015-03-14More code style cleanupMaxime Coste
2015-03-14Tweak command docstrinsMaxime Coste
2015-03-13Change ShellManager to return both stdout and the return value in a pairMaxime Coste
2015-03-12Make split_path publicMaxime Coste
2015-03-12Improve 'def' command completion behaviour and clean it up a littleMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-10Small refactoringMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-03-02Fix documentation for debug_cmdEike Plack
2015-02-19Add docstrings to highlighters, displayed by addhl helpMaxime Coste
2015-02-08Add optional helper for commands, to get parameter dependent helpMaxime Coste
2015-02-05Fix missing modes in :map completion and docstringMaxime Coste
2015-01-17simplify echo code, avoid trailing spacesMaxime Coste
2015-01-15Replace InternedStrings with SharedString, shared_ptr basedMaxime Coste
2015-01-14Even more memory trackingMaxime Coste
2015-01-13Add interned string stats in debug commandMaxime Coste
2015-01-12Protect use of mallinfo in #ifdef __GLIBC__ blocksMaxime Coste
2015-01-12refactor slighly memory domain handlingMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-12Yet more trackingMaxime Coste
2015-01-12Compute tracked memory total as wellMaxime Coste
2015-01-12Some more memory trackingMaxime Coste
2015-01-11Track some more memoryMaxime Coste
2015-01-07Add initial memory domain allocation tracking supportMaxime Coste
2015-01-06Add completion for debug commandMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2015-01-05Go back to previous buffer name completion implementationMaxime Coste
2015-01-03Small style tweakMaxime Coste
2014-12-23Use an id_map directly for HighlighterRegistry rather than the FunctionRegist...Maxime Coste
2014-12-23Extract complete_buffer_name as a free function in commands.ccMaxime Coste
2014-12-23Remove prefix_complete, superseeded by completeMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste
2014-12-18Do not register timers for transient input handlersMaxime Coste
2014-12-12Add support for user mappings, bound to commaMaxime Coste
2014-12-05Disable history writing when running hooksMaxime Coste
2014-12-05Consolidate constext disablable feature in a 'Disableable' helperMaxime Coste
2014-11-28Fix bug in :debug commandMaxime Coste
2014-11-26Add an 'options' debug commandMaxime Coste
2014-11-23const String& to StringViewMaxime Coste