On 17/12/12 08:46, niva wrote:
Hi,

I am using gvim under windows.

When I open a file with context menu, this error message appears:
<SNR>10_LoadFTPPlugin.

How can I find it in order to fix it?

Thank you


This is not an error message: Vim error messages start with the letter E followed by a number of no more than 3 digits.

<SNR>10_LoadFTPPlugin is how Vim represents the identifier <SID>LoadFTPPlugin for script no. 10. As John said, you can find out which script that is by looking at the output of :scriptnames in the same Vim session. (If you close and restart Vim there is no guarantee that the same script number will correspond to the same script).

The appearance of that identifier below your bottom status line is probably not an error; IMHO it means that a command named :<SID>LoadFTPPlugin or maybe a function named <SID>LoadFTPPlugin() has been invoked by script #10.


Best regards,
Tony.
--
The mome rath isn't born that could outgrabe me.
                -- Nicol Williamson

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to