From b7163d615ce58ff62331a7fdb230811b75f17f54 Mon Sep 17 00:00:00 2001 From: Otto Modinos Date: Tue, 6 Sep 2016 17:06:32 +0300 Subject: [PATCH] Fix doc link Stars are not correct here. --- doc/jedi-vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index b6e54a9..81bf2ce 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -510,7 +510,7 @@ Default: 1 (enabled by default) ------------------------------------------------------------------------------ 6.14. `g:jedi#use_tag_stack` *g:jedi#use_tag_stack* -Write results of |jedi#goto| to a temporary file and use the *:tjump* command +Write results of |jedi#goto| to a temporary file and use the |:tjump| command to enable full |tagstack| functionality. Use of the tag stack allows returning to the usage of a function with CTRL-T after exploring the definition with arbitrary changes to the |jumplist|.