vim-pony
vim-pony copied to clipboard
Support packages as well as standard modules.
The complete_goto_dict
only supports filenames (such as tests.py), but it should also consider the concept that there might be a package called tests
. This case would require looking for tests/init.py instead.
https://github.com/jmcomets/vim-pony/blob/master/plugin/pony.vim#L31-L38
Good idea. WIP.