Skip to main content

All Questions

Tagged with
0 votes
2 answers
586 views

Vim snippets pop-up but don't complete

I'm using spf13-vim in Fedora. When I try to use a snippet, I get options that pop up but when I don't know how to actually insert the snippet. For example, if I type for in a .cpp file, I get four ...
user327301's user avatar
1 vote
1 answer
124 views

Multible names for snippet in snipmate

I'm wondering if it possible to have a snippet with several names. For example a snipped for a title which can be expanded using title and ti. Of course it would be possible to add it twice, for each ...
Jan's user avatar
  • 11
0 votes
1 answer
840 views

How do I install snipMate?

I have downloaded snipMate.zip form vim.org. The install instruction says that: unzip it and paste it in .vim directory. There should be :filetype plugin on in .vimrc file I have did both but non ...
Santosh Kumar's user avatar
1 vote
1 answer
900 views

Snipmate + Pathogen + Git - Custom Snippets don't work on Windows

Here is my setup: My .vim directory is under source control with git I use Pathogen for managing my plugins My SnipMate plugin is a git submodule under .vim/bundle/snipmate This means I can't really ...
Tuxmentat's user avatar
  • 2,179
1 vote
1 answer
1k views

How do you use snipMate HTML snippets in a PHP file without changing filetype?

Is it possible to use HTML snippets with Vim's snipMate plugin in a PHP file without changing the filetype? I'd like to be able to use the HTML snippets in my PHP files because a lot of times I am ...
Chris Schmitz's user avatar
5 votes
2 answers
4k views

How to work with Vim + Pathogen + SnipMate?

The problem with working out SnipMate under Pathogen is basically in adding new snippets, or a separate snippet bundle under the /bundles directory. Any ideas regarding a working configuration of ...
Konzepz's user avatar
  • 795
1 vote
1 answer
486 views

Snipmate plugin in vim inserts a carriage return in all snippets

I'm using snipmate plugin in vim, and started creating some snippets to use in Zope. Unfortunately, the snippets I'm creating are some html attributes, and everytime I call the snippet, it works as ...
Somebody still uses you MS-DOS's user avatar