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.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to