summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-03-15 00:52:07 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-03-15 00:52:07 +0100
commitc800a91692cd8a7a46bfae0e538dc9dbe6779761 (patch)
tree0f6eb3c16605a5b714a04783c4a4c84e949f28dc
parent0ca23f9ebd0bf3b48178c7fd1c90d04c2ad05b4a (diff)
README: add clang.kak doc
-rw-r--r--README.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index b3e402f0..7b74a12d 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -502,6 +502,8 @@ Existing commands files are:
* *rc/client.kak*: provides the +new+ command to launch a new client on the current
session, if tmux is detected, launch the client in a new tmux split, else
launch in a new terminal emulator.
+ * *rc/clang.kak*: provides the +clang-enable-autocomplete+ command for C/C++
+ insert mode completion support. This needs uses clang++ compiler.
Certain command files defines options, such as grepcmd (for :grep) or
termcmd (for :new).