From f936918278cf6ef032aa17487da6bb7f7aa87677 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Sep 2020 19:46:49 +0530 Subject: [PATCH] ... --- docs/kittens/hyperlinked_grep.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index 34f80b9b8..4a8bf0dd1 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -11,17 +11,17 @@ following contents: .. code:: conf - # Open any file with a fragment in the editor, fragments are generated + # Open any file with a fragment in vim, fragments are generated # by the hyperlink_grep kitten and nothing else so far. protocol file has_fragment yes - action launch --type=overlay vim +$FRAGMENT $FILE_PATH + action launch --type=overlay vim +${FRAGMENT} ${FILE_PATH} # Open text files without fragments in the editor protocol file mime text/* has_fragment no - action launch --type=overlay $EDITOR $FILE_PATH + action launch --type=overlay ${EDITOR} ${FILE_PATH} Now, run a search with::