summaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
2012-12-13tweak git commit message highlightingMaxime Coste
2012-12-07grep.kak: configurable grep command, search selection when no paramsMaxime Coste
2012-12-07cleanup {make,grep}.kakMaxime Coste
2012-11-27fix cpp indent filterMaxime Coste
2012-11-21cpp.kak: use regex filter to handle indentationMaxime Coste
2012-11-21fix trailing '"' in make.kakMaxime Coste
2012-11-20tweak kakrc highlightingMaxime Coste
2012-11-19ctags.kak: center selection in window when jumping on a tagMaxime Coste
2012-11-12update c++ highlighterMaxime Coste
2012-11-12make ctags.kak tag implementation more robustMaxime Coste
2012-11-12update asciidoc highlightingMaxime Coste
2012-11-09Add a rc/ctags.kak for a :tag implementation using exuberant ctagsMaxime Coste
2012-10-29tweak cpp highlightingMaxime Coste
2012-10-02grep,make: tweak mktemp call to work on OSXMaxime Coste
2012-10-01cpp.kak: fix string highlighterMaxime Coste
2012-09-17kakrc: use color aliases for cpp and kakrc highlightingMaxime Coste
2012-09-12rework fifo handling, use real fifos in {make,grep}.kak, update READMEMaxime Coste
2012-09-12grep command uses file completionMaxime Coste
2012-09-09use -shell-params in rc filesMaxime Coste
2012-09-06kakrc.kak: fix comments highlightingMaxime Coste
2012-09-06cpp.kak: smarter alt commandMaxime Coste
2012-09-06tweak make output highlightingMaxime Coste
2012-09-04cleanup cpp.kakMaxime Coste
2012-09-04Support # comments in commandsMaxime Coste
2012-08-30git.kak: tweak highlightingMaxime Coste
2012-08-29make.kak: fix highlightingMaxime Coste
2012-08-29make.kak: fix parameter passingMaxime Coste
2012-08-29use fifo buffers for grep and make commandMaxime Coste
2012-08-23grep.kak: do not quote paramsMaxime Coste
2012-08-17make.kak: style fixMaxime Coste
2012-08-17grep.kak: use perl regex syntax and quote parametersMaxime Coste
2012-08-14rc/grep.kak: style fixMaxime Coste
2012-08-11use new reg access syntax in rc filesMaxime Coste
2012-08-10make.kak: quote echo parameter in errjumpMaxime Coste
2012-08-08add rc/asciidoc.kak for asciidoc highlightingMaxime Coste
2012-08-08make.kak: errjump also display the error description in the status lineMaxime Coste
2012-08-07rc/{grep,make}.kak: use a scratch buffer to store resultsMaxime Coste
2012-08-07kakrc: fix string highlightingMaxime Coste
2012-08-07add rc/grep.kak which provides a grep and gjump commandMaxime Coste
2012-08-07add rc/make.kak which provides make and errjump commandsMaxime Coste
2012-08-07cpp.kak: also try to detect cpp files using the file toolMaxime Coste
2012-08-07kakrc: tweak highlightingMaxime Coste
2012-08-07use new regex highlighter features in rc filesMaxime Coste
2012-08-07new regex highlighter parameters syntax, support per capture highlightMaxime Coste
2012-08-05Registers need a context to return their valuesMaxime Coste
2012-08-02fix global.kak, eval command no longer existsMaxime Coste
2012-07-31CommandManager: rework command parserMaxime Coste
2012-07-25diff.kak: recognize patch filesMaxime Coste
2012-07-20add inline keyword in cpp highlightingMaxime Coste
2012-07-18global: quote tag patternMaxime Coste