summaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
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
2012-06-27add rc/diff.kak and load in kakrcMaxime Coste
2012-06-15git.kak: use filetype optionMaxime Coste
2012-06-14cleanup kakrc.kakMaxime Coste
2012-06-14rework cpp.kak and kakrc.kak to use the filetype optionMaxime Coste
2012-06-12BufCreate hook is always called for every buffer, BufNew is called when creat...Maxime Coste
2012-06-04global: select the tag, fail nicelyMaxime Coste
2012-06-04tweak cpp highlightingMaxime Coste
2012-05-29tweak cpp highlightingMaxime Coste
2012-05-29global.kak: support tag name completionMaxime Coste
2012-05-28global.kak: the 'tag' command uses 'menu -auto-single'Maxime Coste
2012-05-18add rc/global.kak file which provides the tag command using GNU GLOBALMaxime Coste
2012-05-04remove {add,rm}grouphl, go back to a -group arg in {add,rm}hlMaxime Coste
2012-03-08add some highlighting for gitMaxime Coste
2012-02-16tweak kakrc highlightingMaxime Coste
2012-02-13add alt command which alternate between c/cpp and h/hpp fileMaxime Coste