Merge pull request #2304 from mandreyel/patch-1

Fix typo in ale.txt
This commit is contained in:
w0rp 2019-02-18 09:06:34 +00:00 committed by GitHub
commit fefc093e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2648,7 +2648,7 @@ ALEGoToDefinitionInVSplit *ALEGoToDefinitionInVSplit*
ALEGoToTypeDefinition *ALEGoToTypeDefinition*
This works similar to |ALEGoToDefinition| but instead jumps to the
definition of a type of a symbol undert the cursor. ALE will jump to a
definition of a type of a symbol under the cursor. ALE will jump to a
definition if an LSP server provides a location to jump to. Otherwise, ALE
will do nothing.