Snipmates not working with Vundle

2013-10-16 Thread Martin Stabenfeldt
Hi, I'm got several vim plugins working, all installed by Vundle. But snipmate-snippets does not. :( I.e $ vim test.rb def tab ### Does not work This is my .vimrc: set nocompatiblebe iMproved filetype offrequired! autocmd! set

Re: Snipmates not working with Vundle

2013-10-16 Thread Marc Weber
Excerpts from Martin Stabenfeldt's message of Wed Oct 16 14:53:42 +0200 2013: I.e $ vim test.rb def tab - don't use space. - try the command SnipmateOpenSnippetFiles or such which lists the source files snipmate reads. Default should be each path in rtp + snippets. Thus everything

Re: Snipmates not working with Vundle

2013-10-16 Thread Adnan Zafar
On Wed, Oct 16, 2013 at 8:53 AM, Martin Stabenfeldt mar...@stabenfeldt.net wrote: Bundle MarcWeber/vim-addon-mw-utils Bundle tomtom/tlib_vim Bundle garbas/vim-snipmate Bundle git://github.com/honza/snipmate-snippets.git Bundle bonsaiben/bootstrap-snippets The repository changed names to

Insert lines in vim based on parsing a comma-separated line of code

2013-10-16 Thread DwigtArmyOfChampions
Suppose I have the following Perl code: defined or $_ = for my ($alabama, $alaska, $arizona, $arkansas, $california, $colorado, $connecticut, $delaware, $florida, $georgia, $hawaii, $idaho, $illinois, $indiana, $iowa, $kansas, $kentucky, $louisiana, $maine, $maryland, $massachusetts,

Re: Insert lines in vim based on parsing a comma-separated line of code

2013-10-16 Thread Tim Chase
On 2013-10-16 17:44, DwigtArmyOfChampions wrote: Suppose I have the following Perl code: defined or $_ = for my ($alabama, $alaska, $arizona, $arkansas, $california, $colorado, $connecticut, $delaware, $florida, $georgia, $hawaii, $idaho, $illinois, $indiana, $iowa, $kansas, $kentucky,