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
Turns out putting "set nocompatible" into the .vimrc file did the trick (Thanks Marc)
This worked on it's own without any of the "filetype" settings, though as you'll see below I put them in anyway as I had heard they were important (possible for other reasons ?)
Thanks again for everyone's help
Much appreciated
contents of .vimrc file :
set ts=4
set ai
set shiftwidth=4
syn on
set mouse=a
au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery
color evening
filetype on
set tabpagemax=25
set smartindent
set showmatch
set vb t_vb=
set ruler
set incsearch
set nocompatible
au BufRead,BufNewFile *.php set ft=php.html
filetype plugin on
filetype indent plugin on | syn on
~
~
~
~
~
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