summaryrefslogtreecommitdiff
path: root/src/rc/make.kak
AgeCommit message (Collapse)Author
2013-12-23Make kak more installableMaxime Coste
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile
2013-12-13make.kak: errjump tries to recognize current make directoryMaxime Coste
2013-12-07use -try-client in kak files rather than ad-hoc shell logicMaxime Coste
2013-12-03Change rc files to use shared highlightersMaxime Coste
2013-11-08Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kakMaxime Coste
Quotes in the variable are preserved that way.
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
(with scope a prefix of global,buffer or window)
2013-04-17toolsclient option support is back, add docsclient for git-diffMaxime Coste
2013-04-11remove hooks when needed in rc filesMaxime Coste
2013-03-22{grep,make}.kak: use edit! instead of trying to delete bufferMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
* non builtins options require declaration using the decl command * At the moment, only int and string options are supported, however the goal of this change is to provide a consistent way to support more complex options, namely lists and booleans
2013-02-21grep,make: bind normal mode return to jumpMaxime Coste
2013-02-21grep,make: support specifying client with toolsclient optionMaxime Coste
When toolsclient option is set, make and grep opens their buffer in the specified client instead of the current one.
2013-01-06make: use a makecmd optionMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2013-01-03tweak errjump commandMaxime Coste
2012-12-07cleanup {make,grep}.kakMaxime Coste
2012-11-21fix trailing '"' in make.kakMaxime Coste
2012-10-02grep,make: tweak mktemp call to work on OSXMaxime Coste
2012-09-12rework fifo handling, use real fifos in {make,grep}.kak, update READMEMaxime Coste
2012-09-09use -shell-params in rc filesMaxime Coste
2012-09-06tweak make output 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-17make.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-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-07add rc/make.kak which provides make and errjump commandsMaxime Coste