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
2017-12-01
Regex: use StartDesc to early out when not searching
Maxime Coste
2017-12-01
Regex: rename StartChars to StartDesc
Maxime Coste
2017-11-30
Regex: optimize parsing a bit
Maxime Coste
2017-11-30
Regex: smarter handling of start chars computation for character class
Maxime Coste
2017-11-29
Regex: avoid unneeded allocations and moves by reusing MatchResults storage
Maxime Coste
2017-11-28
Wrap: try to rework and simplify the algorithms further
Maxime Coste
2017-11-28
Regex: Various small code tweaks
Maxime Coste
2017-11-28
Regex: optimize compilation by reserving data
Maxime Coste
2017-11-28
Regex: Tweak is_ctype implementation style
Maxime Coste
2017-11-27
Fix compute_modified_ranges corner case that would crash on undo
Maxime Coste
2017-11-25
Regex: Replace generic 'Matchers' with specialized functionality
Maxime Coste
2017-11-25
Regex: do not decode utf8 in accept calls as they always run on ascii
Maxime Coste
2017-11-25
Add an InsertCompletionSelect hook
Maxime Coste
2017-11-25
Small formating tweak
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
2017-11-24
Rename KeyMapInfo → KeymapInfo
Delapouite
2017-11-24
Merge remote-tracking branch 'Delapouite/remaining-buffers'
Maxime Coste
2017-11-24
Window: fix buffer_coord when a line buffer range is empty
Maxime Coste
2017-11-23
Merge remote-tracking branch 'fsub/warnings'
Maxime Coste
2017-11-22
Remove unused lambda captures
fsub
2017-11-22
dynregex: slight code refactor, moving a helper function to lambda
Maxime Coste
2017-11-21
Wrap: simplify logic a bit and fix case where too many lines got displayed
Maxime Coste
2017-11-20
Add modified buffers count in error message of non-force quit
Delapouite
2017-11-20
Merge remote-tracking branch 'Delapouite/common_prefix'
Maxime Coste
2017-11-20
Remove extraneous common_prefix in input_handler
Delapouite
2017-11-19
Docs: add missing -i <suffix> command line flag
Delapouite
2017-11-19
Makefile: Add ability to disable compressing manpage
Kylie McClain
2017-11-17
Makefile: use PKG_CONFIG, not pkg-config
Kylie McClain
2017-11-13
Normal: add <a-S> to select first and last char of selection
Maxime Coste
2017-11-13
Merge remote-tracking branch 'Delapouite/jump-count'
Maxime Coste
2017-11-13
Add count support to jumps (<c-o> and <c-i>). Add jumps tests
Delapouite
2017-11-13
Options: rework conversion to string of prefixed lists
Maxime Coste
2017-11-13
option_types.hh: fix unfulfilled dependencies of the header
Maxime Coste
2017-11-13
Regex: add unit test for #1693
Maxime Coste
2017-11-12
Fix #1693: typo in RegexParser::character_class()
fsub
2017-11-12
NCurses: use the general face merging function to handle default face
Maxime Coste
2017-11-12
Remote: when converting to client, suspend *after* connecting
Maxime Coste
2017-11-12
Move Array and ConstexprVector to a constexpr_utils.hh header
Maxime Coste
2017-11-12
Regex: Use MemoryDomain::Regex for captures and MatchResults contents
Maxime Coste
2017-11-11
Regex: directly store instruction pointer in Thread struct
Maxime Coste
2017-11-10
Wrap: fix scrolling to keep cursor visible logic
Maxime Coste
2017-11-08
InputHandler: handle of last insert keys happening in nested modes
Maxime Coste
2017-11-08
Fix pipe logic in the case where the selections were accessed in the cmdline
Maxime Coste
2017-11-07
Buffer: change clamp logic to preserve ordering
Maxime Coste
2017-11-07
Slight code cleanup in change update functions
Maxime Coste
2017-11-06
Add missing include in remote.cc
Maxime Coste
2017-11-06
Do not allow rename-session to introduce '/' in session names
Maxime Coste
2017-11-05
Merge remote-tracking branch 'lenormf/fix-private-commands-in-register'
Maxime Coste
2017-11-04
CommandManager: tweak naming
Maxime Coste
2017-11-04
Introduce matching_pairs option that controls the pairs used by `m`
Maxime Coste
[prev]
[next]