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
Age
Commit message (
Expand
)
Author
2015-12-07
Add support for adding saved selections to current ones with <a-z>
Maxime Coste
2015-12-06
Change eolformat and BOM options to be enums instead of strings
Maxime Coste
2015-12-05
Improve info box placement behaviour in some corner cases
Maxime Coste
2015-12-05
Small code refactor
Maxime Coste
2015-12-05
Refactor some code in shell_manager.cc
Maxime Coste
2015-12-03
Support -e in filter mode to give commands to execute (executed before keys)
Maxime Coste
2015-12-02
Fix unset option when using the current scope and it points to global
Maxime Coste
2015-12-02
Another try to fix csr problems (#469)
Maxime Coste
2015-12-02
Remove support for %arg{#}, can be added back if we got a use case
Maxime Coste
2015-12-02
Forward each params in %arg{@} separately
Maxime Coste
2015-12-01
Add argument expansion support
Maxime Coste
2015-12-01
Change def -shell-params to def -params and take the counts as parameters
Maxime Coste
2015-12-01
Update buffer display names after changing working directory
Maxime Coste
2015-11-30
Run InsertIdle after reseting completer to permit InsertIdle to display an in...
Maxime Coste
2015-11-30
Try to just reset the scroll region to workaround #469
Maxime Coste
2015-11-27
Support dropping last jump and use it to fix :tag double jump push
Maxime Coste
2015-11-27
Disable history in all non interactive contexts
Maxime Coste
2015-11-27
Small cleanups
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-26
Remind user hooks disable when replaying last insert
Maxime Coste
2015-11-26
Add missing <cstdio> include
Maxime Coste
2015-11-26
add rc/grench.kak
Alex Leferry 2
2015-11-26
select/split interpret count parameter as the capture group to use
Maxime Coste
2015-11-26
Preserve default registers in exec/eval by default
Maxime Coste
2015-11-25
Add -save-regs <regs> option to exec and eval to preserve registers
Maxime Coste
2015-11-25
Refactor registers to initialize all of them at startup and add null register
Maxime Coste
2015-11-25
Add a static const String::ms_empty empty string
Maxime Coste
2015-11-25
Reject non ascii register names
Maxime Coste
2015-11-24
Add StatusLine{Mode,Info,Value} built in faces
Maxime Coste
2015-11-23
Add support for various completions in :prompt
Maxime Coste
2015-11-22
Support opening new files on kak -c command line
Maxime Coste
2015-11-21
Fix onkey autoinfo
Maxime Coste
2015-11-21
Merge remote-tracking branch 'somasis/master'
Maxime Coste
2015-11-21
Add a profiling debug flag to get timings for hooks/shell eval
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-11-19
Makefile: Allow for passing include/ncursesw path
Kylie McClain
2015-11-19
Introduce a debug flags option to control some tracing
Maxime Coste
2015-11-19
Merge branch 'ws' of git://github.com/jubalh/kakoune
Maxime Coste
2015-11-19
Keep an empty last line in debug buffer to provide auto scrolling
Maxime Coste
2015-11-19
Fix building with musl libc
Kylie McClain
2015-11-19
Fix some cases where menu items are truncated needlessly
Maxime Coste
2015-11-19
Remove trailing whitespaces
Michael Vetter
2015-11-19
Implement some generic utilities to convert flags to/from strings
Maxime Coste
2015-11-19
Splitting an empty string now returns an empty vector
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-11-18
Propagate shell context through prompt/onkey/menu commands
Maxime Coste
2015-11-18
Respect count argument on search
Maxime Coste
2015-11-18
Fix correctly ncurses menu size computations and avoid divide by 0
Maxime Coste
2015-11-18
Send client dimensions on connection, avoid a race condition.
Maxime Coste
2015-11-17
Put count and register normal mode params in the shell context
Maxime Coste
[prev]
[next]