summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
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
2018-09-20Add completion for rename-buffer, rename-client and rename-sessionDelapouite
2018-09-12Change remove-hooks to take a regular expressionMaxime Coste
2018-09-07Join highlighter parameters with a '_' to autogenerate their nameMaxime Coste
2018-09-03docs: add missing -sync and exit status in autoinfo and doc pageDelapouite
2018-08-30Merge remote-tracking branch 'Screwtapello/support-user-map-options'Maxime Coste
2018-08-30Merge remote-tracking branch 'occivink/source-with-args'Maxime Coste
2018-08-30Merge branch 'patch-1' of https://github.com/John-Colvin/kakouneMaxime Coste
2018-08-30Extend `source` command to support parameters.Shachaf Ben-Kiki
2018-08-29Use shell specific quoting for env varsMaxime Coste
2018-08-28Missing space at eol in write CommandDescJohn Colvin
2018-08-21src: Make sure buffers are saved regardless of the client countFrank LENORMAND
2018-08-21Support user-defined "str-to-str-map" options.Tim Allen
2018-08-16Add a test case for -once hooks and code style tweaksMaxime Coste
2018-08-16Merge remote-tracking branch 'lenormf/fix-hook-once'Maxime Coste
2018-08-11src: Forbid empty `menu` entriesFrank LENORMAND
2018-08-06src: Allow hooks to be run only onceFrank LENORMAND
2018-07-30Fix compilation with gcc-5Maxime Coste
2018-07-28Merge remote-tracking branch 'Delapouite/map-key-completer'Maxime Coste
2018-07-23Support setting registers to empty listsMaxime Coste
2018-07-19Re-introduce kill_session::exit_status, @lenormf was rightMaxime Coste
2018-07-19Merge remote-tracking branch 'lenormf/kill-clients-exit-code'Maxime Coste
2018-07-19src: Propagate to clients the `kill` exit codeFrank LENORMAND
2018-07-19Merge remote-tracking branch 'icetan/buffer-reload-hook'Maxime Coste
2018-07-19Reduce confusion in add-highlighter docstringMaxime Coste
2018-07-14Merge remote-tracking branch 'Screwtapello/fix-info-docstring'Maxime Coste
2018-07-10The info command only takes one content string, not one-or-more.Tim Allen
2018-07-09Add BufReload hook which is triggered on buffer reloadChristopher Fredén
2018-07-08Use a memory mapped file for sourcingMaxime Coste
2018-07-05Fix asserts with -sync flag handling and slight code cleanupMaxime Coste
2018-07-05Tweak how highlighter names are auto-generatedMaxime Coste
2018-07-05Fix add-highlighter docstringMaxime Coste
2018-07-05Prevent adding region/default-region highlighters to non-regions parentsMaxime Coste