Hi,
Thanks for your reply! In :scriptnames I find: (my home)/.vim/ftplugin/python_calltips.vim which is the correct file. So it is loaded ... I am confused. Ben Fritz wrote: > > > > > On Jun 19, 2:58 am, TheLonelyStar <[email protected]> wrote: >> Hi, >> >> Thanks for your reply! Very nice details! >> But for some reason, it does not work. It says: >> Unknown function DoCalltips ... >> Can I somehow find out more about why? >> > > First, let's see if the script is being sourced, but for some reason > isn't working. Use the :scriptnames command to see all currently > loaded scripts. Do this after setting ft=python, or after editing a > python file. > > If the script name does not show up (which it probably won't if the > functions are not defined) you should make sure your runtimepath is > what you expect. ":set runtimepath?" will echo the current value. Make > sure ~/.vim is in it. > > Note that if you are on Windows, you need to use the $HOME/vimfiles > directory, NOT $HOME/.vim. I don't believe you mentioned what system > you're running on. > > > > -- View this message in context: http://www.nabble.com/python_calltips-plugin-tp24093867p24113830.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 -~----------~----~----~----~------~----~------~--~---
