summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-01Regex: Make the Split op only take a single offset parameterMaxime Coste
2017-11-01Regex: Introduce RegexProgram::ThreadedExecutor and add line end/begin implMaxime Coste
2017-11-01Regex: Code cleanup in the regex implMaxime Coste
2017-11-01Regex: Add initial, exploratory work on a custom regex engineMaxime Coste
2017-11-01Add another assert to try to catch #1506Maxime Coste
2017-10-31Highlighters does not need to inherit from HighlighterGroupMaxime Coste
2017-10-31Prompt: display the fallback text everytime the prompt is emptyMaxime Coste
2017-10-30Do not auto apply the fallback regex when in regex promptsMaxime Coste
2017-10-30Do not allow opening files whose size we cannot express in an intMaxime Coste
2017-10-30Makefile: Use pkg-config on Linux to get the ncurses compilation flagsMaxime Coste
2017-10-30Merge remote-tracking branch 'nuao/readme-map'Maxime Coste
2017-10-30html.kak: Change </...> align hook to only run after inserting '>'Maxime Coste
2017-10-29Correspond README with information box for map command's mode argumentnuao
2017-10-28Slight cleanup of select_surrounding implementationMaxime Coste
2017-10-28kakrc.kak: set '-' as an additional word charMaxime Coste
2017-10-28kakrc.kak: Fix static word definitionMaxime Coste
2017-10-28Update breaking changes messageMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-28Display the fallback value in promptsMaxime Coste
2017-10-27HashMap: Tolerate reserving for 0 elementsMaxime Coste
2017-10-25Fix infinite loop shell_completeMaxime Coste
2017-10-25Merge remote-tracking branch 'net/master'Maxime Coste
2017-10-24Rename br* colors to bright-*Net
2017-10-25Merge remote-tracking branch 'lenormf/trampoline'Maxime Coste
2017-10-25Fix regions highlighter infinite loops when regex matches empty rangesMaxime Coste
2017-10-25haskell.kak: remove complex lookaroundsMaxime Coste
2017-10-25asciidoc.kak: use a more tolerant block regex forMaxime Coste
2017-10-25markdown.kak: Remove fenced block support fromMaxime Coste
2017-10-25Simplify lookaround use in moon.kakMaxime Coste
2017-10-25haskell.kak: Remove some complex lookaroundsMaxime Coste
2017-10-25rc/: Tweak some regexes to be compatible with our impl limitationsMaxime Coste
2017-10-25Use stricter regex syntaxMaxime Coste
2017-10-25Add an indentation test for braces after ifMaxime Coste
2017-10-25rc/: More consistent uses of regex syntaxMaxime Coste
2017-10-24Add distinct w (curr buf) / W (all buf) word completion for <c-x>Delapouite
2017-10-23Merge remote-tracking branch 'nochiel/nochiel-modelines'Maxime Coste
2017-10-23Merge remote-tracking branch 'danr/Fix-introduced-mistake-in-kakrc-highlighting'Maxime Coste
2017-10-23kakrc.kak: refactor grammar handlingMaxime Coste
2017-10-22Net Copyright WaiverNet
2017-10-22Support bright named colorsNet
2017-10-22Fix introduced mistake in kakrc highlightingDan Rosén
2017-10-21vim modeline regex should accept not one but "at least one" whitespace.Nicholas Ochiel
2017-10-21Add some more keywords to kakrc highlightingMaxime Coste
2017-10-21Merge remote-tracking branch 'danr/Improve-kakrc-highlighter'Maxime Coste
2017-10-21Merge remote-tracking branch 'danr/Fix-typescript-highlighter'Maxime Coste
2017-10-21Improve kakrc highlighterDan Rosén
2017-10-21Fix typescript highlighterDan Rosén
2017-10-21README: Bump the clang dependency to 3.9Maxime Coste
2017-10-21travis.yml: Bump osx_image to xcode8.3Maxime Coste
2017-10-21travis.yml: Bump clang to 3.9Maxime Coste