]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Move ":LspDiagHere" up to be sorted correctly in the helpdocs
authorAndreas Louv <andreas@louv.dk>
Mon, 3 Apr 2023 00:01:04 +0000 (02:01 +0200)
committerAndreas Louv <andreas@louv.dk>
Mon, 3 Apr 2023 00:52:13 +0000 (02:52 +0200)
doc/lsp.txt

index 3e6ca7581fe89e95aa612b752dbb2203391521b7..539fc2fc13c4e276122d25423ef389046437f6b4 100644 (file)
@@ -455,6 +455,10 @@ can map these commands to keys and make it easier to invoke them.
 :LspDiagFirst          Jumps to the location of the first diagnostic message
                        for the current file.
 
+                                               *:LspDiagHere*
+:LspDiagHere           Jumps to the location of the diagnostic message in
+                       the current line (start from current column).
+
 :LspDiagHighlightDisable                       *:LspDiagHighlightDisable*
                        Disable highlighting lines with a diagnostic message
                        for the current Vim session.
@@ -481,10 +485,6 @@ can map these commands to keys and make it easier to invoke them.
                        can use the Vim location list commands to browse the
                        list.
 
-                                               *:LspDiagHere*
-:LspDiagHere           Jumps to the location of the diagnostic message in
-                       the current line (start from current column).
-
                                                *:LspFold*
 :LspFold               Create folds for the current buffer.