summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2019-11-11Add mode information to next-key mode nameMaxime Coste
2019-11-09Add static or const where usefulJason Felice
2019-11-09Merge remote-tracking branch 'eraserhd/selection-list-cleanup'Maxime Coste
2019-11-07Merge selection list parsing into selection_list_from_stringsJason Felice
2019-11-01Use single_param more and add double_paramsDelapouite
2019-10-23Add a -verbatim switch to evaluate-commands for perfect forwardingMaxime Coste
2019-07-25src: De-indent docstrings passed to command/option/mapping definitionsFrank LENORMAND
2019-07-22Ensure current context switches away from buffer on delete-bufferMaxime Coste
2019-07-21save command history in execute-keys by defaultMaxime Coste
2019-06-23Use register to store prompt historyMaxime Coste
2019-06-23Add support for `echo -quoting (raw|kakoune|shell)` switchMaxime Coste
2019-05-21Fix compilation on older gcc / clangMaxime Coste
2019-05-17Introduce Menu completion flags to auto select best candidateMaxime Coste
2019-05-13Add completion support to load-moduleMaxime Coste
2019-05-13Support discarding selections in exec/eval -iterselMaxime Coste
2019-04-25Merge remote-tracking branch 'laelath/provides-requires'Maxime Coste
2019-04-17Rename info -placement to info -style and support modal styleMaxime Coste
2019-04-15Support '-placement menu' switch in the info commandMaxime Coste
2019-04-12Make it possible to edit an existing scratch buffer againMaxime Coste
2019-04-08Added 'provide-module' and 'require-module' commandsJustin Frank
2019-04-08Set up command boilerplate for provide-module and require-moduleJustin Frank
2019-04-08Auto generate buffer name when using edit -scratch with no nameMaxime Coste
2019-04-07Add a -to-file <filename> switch to the echo commandMaxime Coste
2019-04-01Add -timestamp switch support to the select commandMaxime Coste
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
2019-03-24Extract shell script completion code into structsMaxime Coste
2019-03-21Track more memory statisticsMaxime Coste
2019-03-05Merge remote-tracking branch 'krobelus/write-all-note-modified'Maxime Coste
2019-03-05Make error description available as "%val{error}" during catch blocksMaxime Coste
2019-02-25Document that write-all only writes modified buffersJohannes Altmanninger
2019-02-17Collapse jumps based on current index changeMaxime Coste
2019-02-17Run WinClose hook before putting the window into trashMaxime Coste
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste
2019-02-12Refactor write_buffer_to_file to use a flags paramMaxime Coste
2019-02-11Fix bug in 'itersel' handling that could result in unsorted selectionsMaxime Coste
2019-01-25Add missing [<switches>] argument to declare-optionJan-Jaap Korpershoek
2019-01-24Header and dependency cleanupMaxime Coste
2018-12-08Very minor grammar fixIvan Oleynikov
2018-12-01src: Prevent `:prompt -on-change` from crashing the editorFrank LENORMAND
2018-11-27Merge remote-tracking branch 'Delapouite/face-helper'Maxime Coste
2018-11-10doc: fix misc typos for source and region highlighterDelapouite
2018-11-09Add set-face/unset-face CommandHelpersDelapouite
2018-11-06Merge remote-tracking branch 'Delapouite/debug-regex'Maxime Coste
2018-10-30Truncate incomplete debug command docstringDelapouite
2018-10-28replace usage of the deprecated 'e' face attribute with the new 'F' oneRuslan Prokopchuk
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
2018-10-08Add alias completer to unalias commandDelapouite
2018-10-03Added shell command completion support to define-command and promptJustin Frank
2018-09-23Add a way to unmap all keys of a given mode at onceDelapouite
2018-09-22Reject hook names that are not alphanumeric _ or - or start with -Maxime Coste