From 7a23f5f444f20f683cea372e5995fba592197938 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 7 Jan 2014 20:30:21 +0000 Subject: [PATCH] update README --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 1e1d411e..ef09dd49 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -864,7 +864,7 @@ Existing commands files are: 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/CPP - insert mode completion support. This needs uses clang++ compiler. + insert mode completion support. This needs clang++ compiler. Certain command files defines options, such as +grepcmd+ (for +:grep+) +makecmd+ (for +:make+) or +termcmd+ (for +:new+).