emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 139 forks source link

Fix lsp-ui-peek-find-definition changing origin buffer start window #513

Closed ericdallo closed 3 years ago

ericdallo commented 3 years ago

When the same buffer is splitted and I use lsp-ui-peek-find-definition, the left window(origin buffer) start is changed incorrectly

Gif: lsp-ui-peek-bug

sebastiencs commented 3 years ago

Thank you @ericdallo