1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 20:10:24 +01:00
This commit is contained in:
cheater
2012-02-08 08:41:52 +01:00
committed by cheater
parent 4a9a963dd6
commit 1e1d1cc6f1

View File

@@ -26,8 +26,8 @@
" 2. Copy the pythonhelper.vim script to the $HOME/.vim/plugin directory, or
" install it in some other way (vim-addon-manager, pathogen, ...)
" 3. Add '%{TagInStatusLine()}' to the statusline in your vimrc. You can also
" use %{TagInStatusLine()} or %{TagInStatusLine()} for just the tag name or
" type respectively.
" use %{TagInStatusLineTag()} or %{TagInStatusLineType()} for just the tag
" name or tag type respectively.
" 4. Run Vim and open any Python file.
"
python << EOS