diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-27 09:18:10 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-27 09:18:10 +0100 |
commit | 686f42a2e1e174568fcef9417de99e39525c26e5 (patch) | |
tree | c1075f04917575a79ed316ace9bf8e20ec892393 /doc | |
parent | c9377e9baf17101e316d9c9f8601ecc0d1bcceca (diff) | |
download | ale-686f42a2e1e174568fcef9417de99e39525c26e5.zip |
Fix a typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 97f06e3b..da430042 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -861,7 +861,7 @@ g:ale_default_navigation *g:ale_default_navigation* Default: `'buffer'` The default method for navigating away from the current buffer to another - buffer, such as for |ALEFindReferences:|, or |ALEGoToDefinition|. + buffer, such as for |ALEFindReferences|, or |ALEGoToDefinition|. g:ale_disable_lsp *g:ale_disable_lsp* |