Saturday, February 1, 2014

Re: How to check is plugin exists?

On Fr, 31 Jan 2014, Егор wrote:

> In vimrc something like this
> if exists(':NERDTree')
> "au VimEnter * NERDTreeToggle D:/web/sites
> " hit <F3> to toggle NERDTree
> nmap <F3> :NERDTreeToggle<CR>
> let g:nerdtree_tabs_open_on_gui_startup=1
> endif

That should work (although technically it would be better to check the
return code of exists() being 2). Isn't that working or you?

Best,
Christian
--
Virtue does not always demand a heavy sacrifice -- only the willingness
to make it when necessary.
-- Frederick Dunn

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: