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
Age
Commit message (
Expand
)
Author
2017-11-03
rc: Don't use command aliases to highlight keywords properly
Frank LENORMAND
2017-11-02
sh: support mksh
Kylie McClain
2017-11-02
Append '/' to highlighter group completion candidates
Maxime Coste
2017-11-02
options.asciidoc: use _italic_ for default values
Maxime Coste
2017-11-02
doc.kak: Support rendering _italic_ text as well
Maxime Coste
2017-11-02
documentation pages: Remove tabs
Maxime Coste
2017-11-02
options.asciidoc: Document other option commands, remove tabs
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
asciidoc.kak: Highlight `^=+` syntax sections
Maxime Coste
2017-11-02
Ensure line-specs and range-specs options are sorted internally
Maxime Coste
2017-11-02
kakrc.kak: Fix highlighting of key words at start of buffer
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
Remove duplicated documentation from the README
Maxime Coste
2017-11-01
Rename doc/manpages to doc/pages
Maxime Coste
2017-11-01
Update highlighters documentation
Maxime Coste
2017-11-01
Document the regex impl switch in the startup message
Maxime Coste
2017-11-01
Remove remaining references to boost from documentation/contrib files
Maxime Coste
2017-11-01
Regex: Remove boost related code
Maxime Coste
2017-11-01
Regex: Add a Compatibility section to the regex documentation
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: change description of lookarounds limitations
Maxime Coste
2017-11-01
Regex: apply danr's suggested changes to the regex syntax documentation
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: Fix a few mistakes in the documentation
Frank LENORMAND
2017-11-01
Regex: add a regex.asciidoc documentation page describing the syntax
Maxime Coste
[prev]
[next]