From 1764ce0bdc2b2ec3a563b01480ff7b07906b0b7d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 19 Feb 2014 03:45:41 +0000 Subject: Add docstrings to some commands --- rc/cpp.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/cpp.kak') 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}) -- cgit v1.2.3