diff options
| author | dagle <per.odlund@gmail.com> | 2022-05-18 19:59:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 19:59:12 +0200 |
| commit | 3cc44f8f0517739f657ff8b39227fe8f07f9443c (patch) | |
| tree | cdb29d36a3dc279ebeb9957cdbab3064dd9c88c5 /lua/telescope/builtin/internal.lua | |
| parent | 01fc5a9274b553937bae3910e520732eb0a49bc6 (diff) | |
fix: set tagstack when we jump with lsp in telescope (#1887)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'lua/telescope/builtin/internal.lua')
| -rw-r--r-- | lua/telescope/builtin/internal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin/internal.lua b/lua/telescope/builtin/internal.lua index e0dc9b9..75626c9 100644 --- a/lua/telescope/builtin/internal.lua +++ b/lua/telescope/builtin/internal.lua @@ -1042,6 +1042,7 @@ internal.marks = function(opts) previewer = conf.grep_previewer(opts), sorter = conf.generic_sorter(opts), push_cursor_on_edit = true, + push_tagstack_on_edit = true, }):find() end |
