diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-04-29 20:55:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 20:55:45 +0100 |
commit | 2f3bce5a1d6e4e1f01ae392d141ab1ab9477ddae (patch) | |
tree | d8e8f7c93b387e193b7cf3452ae0200631d615a7 /doc | |
parent | b34274ab101d42b2d42813ce8dcfbb862d0b1869 (diff) | |
parent | 46c743a247a8e967ebbbfdb907774dd7ae5fa4f2 (diff) | |
download | ale-2f3bce5a1d6e4e1f01ae392d141ab1ab9477ddae.zip |
Merge pull request #2448 from reedriley/master
Add support for Vim's tagstack to ALEGoToDefinition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index a45177ee..8621426b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -375,6 +375,9 @@ information returned by LSP servers. The following commands are supported: |ALEGoToDefinitionInSplit| - The same, but in a new split. |ALEGoToDefinitionInVSplit| - The same, but in a new vertical split. +ALE will update Vim's |tagstack| automatically unless |g:ale_update_tagstack| is +set to `0`. + ------------------------------------------------------------------------------- 5.3 Go To Type Definition *ale-go-to-type-definition* @@ -1498,6 +1501,14 @@ g:ale_sign_warning *g:ale_sign_warning* The sign for warnings in the sign gutter. +g:ale_update_tagstack *g:ale_update_tagstack* + *b:ale_update_tagstack* + Type: |Number| + Default: `1` + + This option can be set to disable updating Vim's |tagstack| automatically. + + g:ale_type_map *g:ale_type_map* *b:ale_type_map* Type: |Dictionary| |