summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
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-08-02src: Stay in user-mode when an unmapped key is hit in lock-modeFrank LENORMAND
2018-08-02src: Make `enter_user_mode()` tail-recursiveFrank 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
2018-07-05Auto-generate highlighter name if only path is givenMaxime Coste
2018-07-05Refactor add-highlighter to make naming explicitMaxime Coste
2018-07-05Change set-register command to take a list of valuesMaxime Coste
2018-07-05Make selection lists use the option list syntaxMaxime Coste
2018-07-05Change option lists to be specified as separate arguments on commands lineMaxime Coste
2018-07-05Add -with-hooks to execute-keys and make -no-hooks evaluate-commands specificMaxime Coste
2018-07-05Make -with-maps only available for execute-keys commandMaxime Coste
2018-07-05Do not save any registers by default in evaluate-commandsMaxime Coste
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
2018-07-04Merge remote-tracking branch 'lenormf/edit-readonly-flag'Maxime Coste
2018-07-04src: Add a `-sync` flag to the write commandsFrank LENORMAND
2018-07-03src: Allow the `edit` command to create readonly buffersFrank LENORMAND
2018-06-15Improve unmap command key-completerDelapouite
2018-06-13Fix edit -fifo without -scroll when the buffer is already openedMaxime Coste
2018-05-26Rework `fail` command not to display command call stackMaxime Coste
2018-05-24Fix potential assert on itersel selection restorationMaxime Coste