Frank LENORMAND
|
275abb227e
|
rc: Make docstrings more readable
This cosmetics commit makes use of the auto-deindentation syntax,
available to docstrings.
|
2020-02-03 20:53:28 +01:00 |
|
Frank LENORMAND
|
5b1f9255a1
|
rc: Use the standard fail command to report errors
Merely using `echo` with markup doesn't log errors in the debug
buffers, and is also less readable.
|
2019-11-14 08:32:55 +01:00 |
|
Maxime Coste
|
6ee71191af
|
Merge remote-tracking branch 'codesoap/background_blocks'
|
2019-09-15 09:29:26 +10:00 |
|
Maxime Coste
|
4b7b5d077c
|
Make quoting opt-in by using $kak_quoted_...
|
2019-06-23 12:04:21 +10:00 |
|
codesoap
|
683c7c1fa5
|
Fix fifos for Linux
Those were accidentaly broken while fixing for OpenBSD.
|
2019-06-10 18:25:51 +02:00 |
|
codesoap
|
009eb80ca0
|
Fix tools using fifos for OpenBSD
Without these changes, kak would hang on the corresponding commands,
displaying a 'waiting for shell command to finish' message.
|
2019-06-09 11:50:35 +02:00 |
|
James Thomas
|
5537645ea5
|
changes the name of a buffer being linted from /tmp/kak-lint.XXXXXX/buf.$extension to /tmp/kak-lint.XXXXXX/$filename. This allows the linter to compile Java files, which fail to compile if the Class name does not match the File name being linted.
|
2019-05-23 15:52:57 -04:00 |
|
Alex Leferry 2
|
c0dccdd90d
|
Add categories in rc/
Closes #2783
|
2019-03-21 01:06:16 +01:00 |
|