diff options
author | Reed Riley <john.reed.riley@gmail.com> | 2019-04-19 17:09:51 -0400 |
---|---|---|
committer | Reed Riley <john.reed.riley@gmail.com> | 2019-04-19 23:10:55 -0400 |
commit | c36f3e78e47ae3b83eba6b2ad7139ed4d8f7ed9b (patch) | |
tree | f8d329ff8ea20a7b926f5e72b3e7832db858bbca /doc | |
parent | fcc2c3ba71afa2a7965f3c1e9ec8c03381178180 (diff) | |
download | ale-c36f3e78e47ae3b83eba6b2ad7139ed4d8f7ed9b.zip |
Add support for Vim's tagstack to ALEGoToDefinition
fixes 1236
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 3b194cb0..e2fe387c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -371,6 +371,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* @@ -1494,6 +1497,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| |