Asis Hallab wrote:
> How do I do something like the following:
> "
> if(defined(tags))
>   return "\<c-x>\<c-]>"
> endif
> "
> The tags-variable is the one set by :set tags="./tags".

if exists('&tags')

:help exists()

John

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

Reply via email to