Wednesday, October 3, 2012

Re: snipMate not working

On 2012-10-03, Mashan wrote:
> Hi
>
> installed snipMate in .vim directory
>
> created a test.html file
>
> tried snippet triggers but nothing happens when I hit the tab key
>
> Running linux mint debian additon
>
> When it didn't appear to be working I tried the following:(testing after each change)
>
> purged all vim files including config then re installed vim
>
> copied in known working version of snipmate from a colleages pc with the same operating system
>
> tried running it under a new user account
>
> checked server encoding was utf8
>
> No joy
>
> Any help appreciated

Please post the output of this Vim command,

:scriptnames

and the output of this Unix command,

find ~/.vim -follow -iname \*snipmate\*

The first will report the configuration files that Vim has sourced
and will indicate where it is looking for such files. The second
will show exactly where you put the snipMate plugin.

Regards,
Gary

--
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

No comments:

Post a Comment