kakoune/rc/core
Frank LENORMAND 277117f64b Fix the doc command for users of BSD man
This commit uses options and flags that will work on both the BSD and
the `man-db` implementations, however those changes remain unportable as
the POSIX standard only defines a single `-k` flag for the utility,
which we don't need.

The call to the `col` utility has also been replaced by a call to `sed`,
as the former is only shipped on systems that have the `nroff` formatter
installed.
2016-11-03 14:57:55 +03:00
..
asciidoc.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00
c-family.kak Tweak c-family indentation logic 2016-11-02 22:27:50 +00:00
commenting.kak Add commenting characters to all supported languages 2016-10-15 11:07:21 +03:00
diff.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00
doc.kak Fix the doc command for users of BSD man 2016-11-03 14:57:55 +03:00
formatter.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
grep.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
kakrc.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00
make.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
makefile.kak Move the commenting variables back to commenting.kak 2016-10-14 22:12:01 +03:00
man.kak Fix, complete and add docstring documentation to builtin commands 2016-10-11 10:26:17 +03:00
python.kak Remove all references to formatcmd 2016-10-14 19:16:45 +03:00
sh.kak Add highlight group to highlighters rmhl hooks 2016-09-28 08:45:01 +02:00