On Tue, November 17, 2009 4:16 pm, Robbo wrote:
>
> I've just looked for :h cword
> but if i write
> :map <C-[> :ptag <cword>
>
> it doesn't work.

Try if this works:
:map <C-[> :exe ":ptag " . expand("<cword>")<CR>

regards,
Christian
-- 
:wq


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to