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

Add support for ropevim_goto_def_newwin variable #42

Closed cubeek closed 9 years ago

cubeek commented 9 years ago

As per doc/readme.txt there should be an option to define where should be a new found definition opened. Seems like the implementation is missing in current tree. This patch looks at vim variable and according description it uses the variable or leaves it with the previous behavior.

Resolves: https://github.com/python-rope/ropevim/issues/11