Message from discussion
snipMate not working
Received: by 10.68.226.41 with SMTP id rp9mr3694967pbc.4.1349560593967;
Sat, 06 Oct 2012 14:56:33 -0700 (PDT)
X-BeenThere: vim_use@googlegroups.com
Received: by 10.68.237.161 with SMTP id vd1ls18912442pbc.3.gmail; Sat, 06 Oct
2012 14:56:25 -0700 (PDT)
Received: by 10.68.204.134 with SMTP id ky6mr3952604pbc.1.1349560585793;
Sat, 06 Oct 2012 14:56:25 -0700 (PDT)
Date: Sat, 6 Oct 2012 14:56:25 -0700 (PDT)
From: Mashan <ke...@teamprema.co.nz>
To: vim_use@googlegroups.com
Cc: garyj...@spocom.com
Message-Id: <c1e6fa90-0c50-4788-a6a6-1c48e37961eb@googlegroups.com>
In-Reply-To: <20121003154906.GA23694@phoenix>
References: <4daad6e7-11f5-4363-8f66-d14f11ba25e9@googlegroups.com>
<20121003154906.GA23694@phoenix>
Subject: Re: snipMate not working
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_1025_16304067.1349560585173"
------=_Part_1025_16304067.1349560585173
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
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
------=_Part_1025_16304067.1349560585173--