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

Truly reload changed resource. #52

Closed mcepl closed 8 years ago

mcepl commented 8 years ago

Using :drop does not force reloading of the already opened file.

Fixes #51

mcepl commented 8 years ago

@aligrudi what do you think?

Also, by chance, @pedrocoleta, @dstanek, @duranliu, @andviro, @hachibeeDI aren't you one of commiters on ropevim project (while it was still on BitBucket)? Would you be interested in continuing in the collaboration?

dstanek commented 8 years ago

@mcepl I was not as far as I know. I use rope quite a bit so I'd be willing to help if you need it.

mcepl commented 8 years ago

I was not as far as I know. I use rope quite a bit so I'd be willing to help if you need it.

Truth to be told, I tried mostly to attract as many as possible people to the renewed rope project.

If you have anything broken with rope* or (even better) anything to contribute, let us know.

andviro commented 8 years ago

Thanks for proposition, it's an honor to be mentioned here. Regretfully I'll be not much of help, due to the fact that I mostly program in Go nowadays.

mcepl commented 8 years ago

Regretfully I'll be not much of help, due to the fact that I mostly program in Go nowadays.

I am sorry. Happy hacking!

mcepl commented 8 years ago

If somebody would be so kind and take a look at #38, it would be helpful as well.