summaryrefslogtreecommitdiff
path: root/rc/cpp.kak
diff options
context:
space:
mode:
Diffstat (limited to 'rc/cpp.kak')
-rw-r--r--rc/cpp.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/cpp.kak b/rc/cpp.kak
index d5825cc9..1edb9b6c 100644
--- a/rc/cpp.kak
+++ b/rc/cpp.kak
@@ -74,7 +74,7 @@ hook global BufNew .*\.(h|hh|hpp|hxx|H) _cpp_insert_include_guards
decl str-list alt_dirs ".;.."
-def alt %{ %sh{
+def alt -docstring "Jump to the alternate file (header/implementation)" %{ %sh{
shopt -s extglob
alt_dirs=${kak_opt_alt_dirs//;/ }
file=$(basename ${kak_buffile})