From 3e8c44e2ea10afd793195c951e180c23bffdd408 Mon Sep 17 00:00:00 2001 From: "shane.xb.qian" Date: Sat, 20 Feb 2021 17:02:08 +0800 Subject: [PATCH] Mdf dup kw or helptag failed. --- .gitignore | 1 + doc/lsp.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tags diff --git a/doc/lsp.txt b/doc/lsp.txt index 3aee08e..483a8ac 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -189,7 +189,7 @@ accepts a list of LSP servers with the above information. Also the |``| mark is set to the position before the jump. - *:LspGotoDefinition* + *:LspGotoDeclaration* :LspGotoDeclaration Jumps to the declaration of the symbol under the cursor. The behavior of this command is similar to the |:LspGotoDefinition| command. -- 2.48.1