Hi,

I am completly new to vim.
I want to use it for python coding and found that this:
http://www.vim.org/scripts/script.php?script_id=1074
sounds extremly interesting. It is supposed to show you the docstrings while
typing.

But I can not get it to work. In fact, I can not get it to .. anything.
It is in my ~/.vim/ftpugin/ directory, and this is my .vimrc:

set nocompatible
filetype on
filetype indent on
filetype plugin on
filetype plugin indent on 
syntax on

" Somehow needed for python_calltups
set iskeyword+=.

Somebody using it? Somebody any Idea what I should do?

Thanks!
Nathan
-- 
View this message in context: 
http://www.nabble.com/python_calltips-plugin-tp24093867p24093867.html
Sent from the Vim - General mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to