summaryrefslogtreecommitdiff
path: root/rc/make.kak
AgeCommit message (Collapse)Author
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste
* core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools
2015-12-01Change def -shell-params to def -params and take the counts as parametersMaxime Coste
2015-09-19In {grep,make}-{next,prev}, display the selected error/match in the toolsclientMaxime Coste
2015-08-04make.kak: Rename err{jump,next,prev} to make-{jump,next,prev}Maxime Coste
2015-08-03Added documentation strings to the commands that didn't have one alreadyFrank LENORMAND
2015-06-08Fix grep/make.kak with new behaviour for gl/ghMaxime Coste
2015-05-04{line,column}_option highlighters use an expanded string instead of an ↵Maxime Coste
option name That allows access to non option values, such as cursor_column or cursor_line with :addhl line '%val{cursor_line}' default,rgb:404040 Fixes #38
2015-04-10Tweak escaping in errjumpMaxime Coste
2015-02-20Fix removing of fifo directories, remove the hook itself once doneMaxime Coste
2014-11-11Support windows style path in make outputMaxime Coste
2014-11-11Remove %rec{...} strings, now "..." strings expand their contentMaxime Coste
2014-09-08Use bold attribute for current line in make and grep buffersMaxime Coste
2014-08-02make.kak: Make column optional.Maxime Coste
2014-07-31Add a -existing switch to edit commandMaxime Coste
with this switch, fail if the file is not found rather than creating a new one. Use that in grep and make jump commands.
2014-07-28make.kak: Support fatal errors in errnext / errprevMaxime Coste
2014-06-18Add a line_option highlighter that highlight the line stored in an int optionMaxime Coste
Use it to highlight the current error in the *make* buffer
2014-06-18Merge branch 'master' into hierarchical-highlightersMaxime Coste
2014-06-18make.kak: Add :errnext and :errprev for jumping between errorsMaxime Coste
2014-06-18make.kak: display error description in the status line on errjumpMaxime Coste
2014-06-16Use -group rather than -id in hooks to mirror highlighters closerMaxime Coste
2014-06-16Add BufCloseFifo hook and use that to remove fifo directoriesMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-05-02Add support for non-scrolling fifo buffersMaxime Coste
2014-04-07make,grep: focus jumpclient when jumping to locationMaxime Coste
2014-04-04Support jumpclient in make.kakMaxime Coste
2014-04-03make.kak: use %rec rather than :exec hack in errjumpMaxime Coste
2014-03-06Port most kak scripts to be POSIX shell compliantMaxime Coste
2014-03-02Add docstrings to some commandsMaxime Coste
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