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-11-04
src: Don't save whitespace-led commands in the `:` register
Frank LENORMAND
2017-11-04
Remote: stricter validation of the session names
Maxime Coste
2017-11-04
Code style tweak
Maxime Coste
2017-11-03
Merge remote-tracking branch 'lenormf/fix-rc-aliases'
Maxime Coste
2017-11-03
Wrap: rework logic to avoid infinite loop with multiple wrap highlighters
Maxime Coste
2017-11-03
Remove uneeded forward declaration
Maxime Coste
2017-11-03
src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`
Frank LENORMAND
2017-11-02
Append '/' to highlighter group completion candidates
Maxime Coste
2017-11-02
Wrap: change indent atom to be a replaced empty buffer range
Maxime Coste
2017-11-02
Add informations on -indent in wrap highlighter docstring
Maxime Coste
2017-11-02
doc.kak: Render documentation internally instead of relying on man
Maxime Coste
2017-11-02
Ensure line-specs and range-specs options are sorted internally
Maxime Coste
2017-11-02
Fix trailing spaces in highlighters.cc
Maxime Coste
2017-11-02
Wrap: Add -indent switch support that wraps preserving line indent
Maxime Coste
2017-11-01
Rename doc/manpages to doc/pages
Maxime Coste
2017-11-01
Document the regex impl switch in the startup message
Maxime Coste
2017-11-01
Regex: Remove boost related code
Maxime Coste
2017-11-01
Regex: fix RegexCompileFlags not being an enum class
Maxime Coste
2017-11-01
Regex: slight readability improvement and workaround a potential gcc bug
Maxime Coste
2017-11-01
Regex: remove dead code
Maxime Coste
2017-11-01
Regex: Tweak struct layouts of ParsedRegex data
Maxime Coste
2017-11-01
Regex: Remove "Ast" from names in the ParsedRegex
Maxime Coste
2017-11-01
Regex: Optimize parsing and compilation
Maxime Coste
2017-11-01
Regex: minor cleanup of the regex parsing code
Maxime Coste
2017-11-01
Regex: small code cleanup in the Save compilation code
Maxime Coste
2017-11-01
Regex: put the other char boolean inside the general start char map
Maxime Coste
2017-11-01
Fix ConstexprVector::resize
Maxime Coste
2017-11-01
Regex: Fix handling of all unicode codepoint as start chars
Maxime Coste
2017-11-01
Regex: fix wrong fallthough in dump_regex
Maxime Coste
2017-11-01
Regex: refactor handling of Saves slightly, do not create them until really n...
Maxime Coste
2017-11-01
Regex: Go back to instruction based search of next start
Maxime Coste
2017-11-01
Regex: add support for \0, \cX, \xXX and \uXXXX escapes
Maxime Coste
2017-11-01
Regex: compute if codepoints outside of the start chars map can start
Maxime Coste
2017-11-01
Regex: abort compilation as soon as we hit the instruction count limit
Maxime Coste
2017-11-01
Regex: add a unit test for why lookaheads dont count for start chars anymore
Maxime Coste
2017-11-01
Regex: comment the mutables in CompiledRegex::Instruction and fix their init
Maxime Coste
2017-11-01
Regex: Introduce a Regex memory domain to track usage separately
Maxime Coste
2017-11-01
Regex: use binary search to for character class ranges check
Maxime Coste
2017-11-01
Regex: compute start chars from matchers, do not compute it from lookarounds
Maxime Coste
2017-11-01
Regex: remove the need to a processed inst vector
Maxime Coste
2017-11-01
Regex: use intrusive linked list for the free saves instead of a Vector
Maxime Coste
2017-11-01
Regex: rename "flags" with the more common "modifiers"
Maxime Coste
2017-11-01
Regex: Correctly handle ignore case mode for start chars computation
Maxime Coste
2017-11-01
Regex: Rework parsing, treat lookarounds as assertions, and flags separately
Maxime Coste
2017-11-01
Regex: Limit programs to std::numeric_limits<uint16_t>::max() instructions
Maxime Coste
2017-11-01
Regex: Fix reverse searching behaviour, again
Maxime Coste
2017-11-01
Regex: limit explicit quantifiers value (too 1000 for now)
Maxime Coste
2017-11-01
Regex: Fix handling of ^ and $ in backward matching mode
Maxime Coste
2017-11-01
Regex: Only reset processed and scheduled flags on relevant instructions
Maxime Coste
2017-11-01
Regex: Fix support for ignore case in lookarounds
Maxime Coste
[prev]
[next]