Hi Vimmers,

I'm using code_complete.vim plugin for code completion.
I have written my won snippets file but that's not getting executed
with the plugin command

exec "silent! runtime ".g:user_defined_snippets

I suspect this is the only problem, co'z the output of
command  :scriptnames  doesn't show the entry of my_snippets.vim

If I execute the command manually with :so <PATH>/my_snippets.vim then
my_snippets.vim gets displayed in the listing(:scriptnames), also my
snippets are working.

Is there anything wrong with the last line in the plugin
exec "silent! runtime ".g:user_defined_snippets

I have defined g:user_defined_snippets in my .vimrc file.

-- 
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

To unsubscribe from this group, send email to 
vim_use+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to