index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands.cc
Age
Commit message (
Expand
)
Author
2019-02-12
Introduce a writemethod option to either overwrite or replace files
Maxime Coste
2019-02-12
Refactor write_buffer_to_file to use a flags param
Maxime Coste
2019-02-11
Fix bug in 'itersel' handling that could result in unsorted selections
Maxime Coste
2019-01-25
Add missing [<switches>] argument to declare-option
Jan-Jaap Korpershoek
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-12-08
Very minor grammar fix
Ivan Oleynikov
2018-12-01
src: Prevent `:prompt -on-change` from crashing the editor
Frank LENORMAND
2018-11-27
Merge remote-tracking branch 'Delapouite/face-helper'
Maxime Coste
2018-11-10
doc: fix misc typos for source and region highlighter
Delapouite
2018-11-09
Add set-face/unset-face CommandHelpers
Delapouite
2018-11-06
Merge remote-tracking branch 'Delapouite/debug-regex'
Maxime Coste
2018-10-30
Truncate incomplete debug command docstring
Delapouite
2018-10-28
replace usage of the deprecated 'e' face attribute with the new 'F' one
Ruslan Prokopchuk
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-10-08
Add alias completer to unalias command
Delapouite
2018-10-03
Added shell command completion support to define-command and prompt
Justin Frank
2018-09-23
Add a way to unmap all keys of a given mode at once
Delapouite
2018-09-22
Reject hook names that are not alphanumeric _ or - or start with -
Maxime Coste
2018-09-20
Add completion for rename-buffer, rename-client and rename-session
Delapouite
2018-09-12
Change remove-hooks to take a regular expression
Maxime Coste
2018-09-07
Join highlighter parameters with a '_' to autogenerate their name
Maxime Coste
2018-09-03
docs: add missing -sync and exit status in autoinfo and doc page
Delapouite
2018-08-30
Merge remote-tracking branch 'Screwtapello/support-user-map-options'
Maxime Coste
2018-08-30
Merge remote-tracking branch 'occivink/source-with-args'
Maxime Coste
2018-08-30
Merge branch 'patch-1' of https://github.com/John-Colvin/kakoune
Maxime Coste
2018-08-30
Extend `source` command to support parameters.
Shachaf Ben-Kiki
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-08-28
Missing space at eol in write CommandDesc
John Colvin
2018-08-21
src: Make sure buffers are saved regardless of the client count
Frank LENORMAND
2018-08-21
Support user-defined "str-to-str-map" options.
Tim Allen
2018-08-16
Add a test case for -once hooks and code style tweaks
Maxime Coste
2018-08-16
Merge remote-tracking branch 'lenormf/fix-hook-once'
Maxime Coste
2018-08-11
src: Forbid empty `menu` entries
Frank LENORMAND
2018-08-06
src: Allow hooks to be run only once
Frank LENORMAND
2018-07-30
Fix compilation with gcc-5
Maxime Coste
2018-07-28
Merge remote-tracking branch 'Delapouite/map-key-completer'
Maxime Coste
2018-07-23
Support setting registers to empty lists
Maxime Coste
2018-07-19
Re-introduce kill_session::exit_status, @lenormf was right
Maxime Coste
2018-07-19
Merge remote-tracking branch 'lenormf/kill-clients-exit-code'
Maxime Coste
2018-07-19
src: Propagate to clients the `kill` exit code
Frank LENORMAND
2018-07-19
Merge remote-tracking branch 'icetan/buffer-reload-hook'
Maxime Coste
2018-07-19
Reduce confusion in add-highlighter docstring
Maxime Coste
2018-07-14
Merge remote-tracking branch 'Screwtapello/fix-info-docstring'
Maxime Coste
2018-07-10
The info command only takes one content string, not one-or-more.
Tim Allen
2018-07-09
Add BufReload hook which is triggered on buffer reload
Christopher Fredén
2018-07-08
Use a memory mapped file for sourcing
Maxime Coste
2018-07-05
Fix asserts with -sync flag handling and slight code cleanup
Maxime Coste
2018-07-05
Tweak how highlighter names are auto-generated
Maxime Coste
2018-07-05
Fix add-highlighter docstring
Maxime Coste
2018-07-05
Prevent adding region/default-region highlighters to non-regions parents
Maxime Coste
[next]