Use this page to discuss script 435 pythonhelper: show current Python class, method or function in the status line
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Suggestions[]
- Changing the status line should be done with
:setlocal
and inafter/ftplugin/python.vim
or something similar. That way you won't see this stuff for non-Python buffers. --January 28, 2013