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

go to definition ropevim_goto_def_newwin variable doesn't works #11

Closed mcepl closed 8 years ago

mcepl commented 10 years ago

Hello.

Looks like this variable present only in README, not in code:

asmer@iridium ~/src/ropevim $ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved

asmer@iridium ~/src/ropevim $ LC_ALL=C ls -la total 104 drwxr-xr-x 4 asmer asmer 4096 Nov 30 21:25 . drwx------ 32 asmer asmer 4096 Nov 24 19:43 .. drwxr-xr-x 4 asmer asmer 4096 Nov 30 21:25 .hg -rw-r--r-- 1 asmer asmer 185 Nov 24 19:43 .hgtags -rw-r--r-- 1 asmer asmer 255 Nov 24 19:43 CONTRIBUTORS -rw-r--r-- 1 asmer asmer 17987 Nov 24 19:43 COPYING -rw-r--r-- 1 asmer asmer 140 Nov 24 19:43 MANIFEST.in -rw-r--r-- 1 asmer asmer 10571 Nov 24 19:43 README.rst drwxr-xr-x 2 asmer asmer 4096 Nov 24 19:43 docs -rw-r--r-- 1 asmer asmer 16002 Nov 24 19:43 ropevim.py -rw-r--r-- 1 asmer asmer 19997 Nov 24 19:47 ropevim.pyc -rw-r--r-- 1 asmer asmer 83 Nov 24 19:43 ropevim.vim -rw-r--r-- 1 asmer asmer 1345 Nov 24 19:43 setup.py

asmer@iridium ~/src/ropevim $ grep newwin -R README.rst:\ ropevim_goto_def_newwin: If set, ropevim will open a new buffer

mcepl commented 10 years ago

sorry, newlines broken, but I think it's clear.

mcepl commented 8 years ago

Already fixed in 7d717dae