Ron89 / thesaurus_query.vim

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim
http://www.vim.org/scripts/script.php?script_id=5341
Apache License 2.0
220 stars 23 forks source link

Improves cursor position save #36

Closed nickwynja closed 5 years ago

nickwynja commented 5 years ago

Uses more reliable way to save and reset cursor position after a lookup.

nickwynja commented 5 years ago

After some more investigation, I've noticed that this issue only crops up when using junegunn/goyo.vim. Even with my changes, this issue is still happening, so I'm going to close this and will re-open if I find a fix for that specific case.