python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

Fix off by one selection of extract variable/method #89

Closed lieryan closed 2 years ago

lieryan commented 2 years ago

This is an almost identical bug to a very similar issue in python-mode. The way ropevim treats cursor selection for refactoring is not what vim users are used to, which seems to have surprised some users as well: https://github.com/python-rope/ropevim/issues/64

Fix #64