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-23
Use an index for jump list current rather than an iterator
Maxime Coste
2015-12-23
Extract jump list handling in a JumpList struct
Maxime Coste
2015-12-22
Tweak Context::push_jump implementation, simplify code
Maxime Coste
2015-12-17
Slight refactor in selection update code
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-12-15
Add missing erasing of invalid line flags
Maxime Coste
2015-12-14
Support quitting while executing RuntimeError hooks
Maxime Coste
2015-12-12
Fix input mode keep alive handling, use a refcount for input modes
Maxime Coste
2015-12-12
Fix Buffer::changes_since if we get passed an invalid timestamp
Maxime Coste
2015-12-12
Use markup for line-flags instead of a single face
Maxime Coste
2015-12-12
Merge remote-tracking branch 'doppioandante/safer-autoload'
Maxime Coste
2015-12-12
Merge remote-tracking branch 'lenormf/fix-face-format-check'
Maxime Coste
2015-12-12
Store the buffer timestamp in line flags options respect it for highlighting
Maxime Coste
2015-12-12
Pass directly the StringView to option_add and let it do the option parsing
Maxime Coste
2015-12-12
Avoid instanciation of a `String` object everytime the `parse_color`
Frank LENORMAND
2015-12-12
Optimize the dynregex case where the expression refers directly to a regex op...
Maxime Coste
2015-12-12
Remove deprecated userconfig rule
Enrico Lumetti
2015-12-11
Ensure that at least one character follows a ',' or a '+' sign in a face
Frank LENORMAND
2015-12-10
Fix "unused result" warnings for several system calls.
Frank LENORMAND
2015-12-08
Filter mode require an event manager
Maxime Coste
2015-12-08
Move grench.rc in the correct directory
Maxime Coste
2015-12-07
Merge remote-tracking branch 'alexherbo2/grench-rc'
Maxime Coste
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
[next]