python-rope / ropevim

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

Code-Assist does not work with tabs #10

Closed mcepl closed 10 years ago

mcepl commented 10 years ago

For example, if two or more files are being opened like:

$ vim first_file.py

and then in vim

:tabnew second_file.py

the ropevim code completion works only with the file in first tab.

With other tabs Code-Assist functionality seems to be turned off.

mcepl commented 10 years ago

I cannot reproduce it here. Exactly doing steps described above I get code completion work in the same manner as when I open just one file.

Closing, if you have some more to say, please, do so.