Saturday, October 6, 2012

Re: snipMate not working

Thanks Gary

Details below

:scriptnames

1: /usr/share/vim/vimrc
2: /usr/share/vim/vim73/debian.vim
3: /usr/share/vim/vim73/syntax/syntax.vim
4: /usr/share/vim/vim73/syntax/synload.vim
5: /usr/share/vim/vim73/syntax/syncolor.vim
6: /usr/share/vim/vim73/filetype.vim
7: /usr/share/vim/vim73/ftplugin.vim
8: /usr/share/vim/vim73/indent.vim
9: ~/.vimrc
10: /usr/share/vim/vim73/syntax/nosyntax.vim
11: /usr/share/vim/vim73/colors/evening.vim
12: ~/.vim/plugin/snipMate.vim
13: /usr/share/vim/vim73/plugin/getscriptPlugin.vim
14: /usr/share/vim/vim73/plugin/gzip.vim
15: /usr/share/vim/vim73/plugin/matchparen.vim
16: /usr/share/vim/vim73/plugin/netrwPlugin.vim
17: /usr/share/vim/vim73/plugin/rrhelper.vim
18: /usr/share/vim/vim73/plugin/spellfile.vim
19: /usr/share/vim/vim73/plugin/tarPlugin.vim
20: /usr/share/vim/vim73/plugin/tohtml.vim
21: /usr/share/vim/vim73/plugin/vimballPlugin.vim
22: /usr/share/vim/vim73/plugin/zipPlugin.vim
23: ~/.vim/after/plugin/snipMate.vim
24: ~/.vim/ftplugin/html_snip_helper.vim
25: /usr/share/vim/vim73/ftplugin/html.vim
26: /usr/share/vim/vim73/indent/html.vim
27: /usr/share/vim/vim73/syntax/html.vim
28: /usr/share/vim/vim73/syntax/javascript.vim
29: /usr/share/vim/vim73/syntax/vb.vim
30: /usr/share/vim/vim73/syntax/css.vim


mashan@matt:~/Documents$ find ~/.vim -follow -iname \*snipmate\*
/home/mashan/.vim/autoload/snipMate.vim
/home/mashan/.vim/doc/snipMate.txt
/home/mashan/.vim/plugin/snipMate.vim
/home/mashan/.vim/after/plugin/snipMate.vim

On Thursday, October 4, 2012 4:49:06 AM UTC+13, Gary Johnson wrote:
> 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