From 3ab87c24abbde29a91c6a26a11a18c68cdddbb74 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 7 Mar 2016 21:21:01 -0600 Subject: [PATCH] Update a sentence in the latest til --- vim/open-a-tag-in-a-split-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/open-a-tag-in-a-split-window.md b/vim/open-a-tag-in-a-split-window.md index 804817e..2aa0017 100644 --- a/vim/open-a-tag-in-a-split-window.md +++ b/vim/open-a-tag-in-a-split-window.md @@ -6,7 +6,7 @@ Sometimes what you really want is that tag definition opened up in a (horizontal) split window. That way you can see the definition without losing context. This can be accomplished with `ctrl-w ]`. -As the Vim help file states: +The Vim help file gives the following definition of this command: > Use identifier under cursor as a tag and jump to it in the new upper window.