summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2014-11-13small fixMaxime Coste
2014-11-11fix clang compilationMaxime Coste
2014-11-10Support hinting if an inline info should be above or below the anchorMaxime Coste
2014-11-08For {Menu,Info}Style::Prompt, choose the anchor directly in ncurses codeMaxime Coste
2014-11-08Add a MenuDoc style for info box, that will place it next to the menuMaxime Coste
2014-11-04Reuse existing buffer when creating a fifo oneMaxime Coste
2014-11-03Open fifo buffers in non block modeMaxime Coste
2014-11-01move more parameters from const String& to StringViewMaxime Coste
2014-10-31Change :info -anchor option, take directly a buffer coordinateMaxime Coste
2014-10-30Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in itMaxime Coste
2014-10-30Add scoped aliasesMaxime Coste
2014-10-23minor code tweaksMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-19Add a split function that does not take an escape and returns StringViewsMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-09-23Add support for mapping keys in goto/view commandsMaxime Coste
2014-09-22add a 'buffers' debug command to get info on alive buffersMaxime Coste
2014-07-31Add a -existing switch to edit commandMaxime Coste
2014-07-27In non interactive interactive mode, disable user key mappingsMaxime Coste
2014-07-24Disable hooks on a per context basis, and propagate that to Insert modeMaxime Coste
2014-07-21Add completion support for rmhooksMaxime Coste
2014-07-12Rename :colalias to :face and update documentationMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-10Change autoinfo option to be an integer, allowing different levelsMaxime Coste
2014-07-10:edit! without argument reload current bufferMaxime Coste
2014-07-08Fix :map scope completionMaxime Coste
2014-07-01Add :waq for write all an quit, with slight refactoringMaxime Coste
2014-06-24Rename utf8::utf8_iterator to utf8::iteratorMaxime Coste
2014-06-21Only user hooks can be disabledMaxime Coste
2014-06-16Use -group rather than -id in hooks to mirror highlighters closerMaxime Coste
2014-06-15Refactor highlighter command completionsMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-06-09Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-06-06Improve commands documentationMaxime Coste
2014-06-06Remove -env-var-params support in :def commandMaxime Coste
2014-06-06Add support for long names for registersMaxime Coste
2014-06-06Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-06-06Replace CommandManager::register_command*s* with register_aliasMaxime Coste
2014-05-25Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-05-25Disable 'interactive' options in :exec/:evalMaxime Coste
2014-05-18Fix filename/colalias/buffer completion when completing with trailing textMaxime Coste
2014-05-17Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-05-13SelectionList know its buffer and timestampMaxime Coste
2014-05-13Fix :delbuf! not forcing buffer deletionMaxime Coste
2014-05-07Improve error reporting when parsing commandsMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-05-05Complete option values with the current value of the optionMaxime Coste
2014-05-03Add a -alias switch to the def command for defining an aliasMaxime Coste
2014-05-02Add support for non-scrolling fifo buffersMaxime Coste