Hi,

I was wondering what would lead 'F3' to be mapped to 'g~w' with the
'mail' file type?

I want 'F3' to be:

    nmap <silent> <F3> :echo "hi<" . 
synIDattr(synID(line("."),col("."),1),"name") . '> trans<' . 
synIDattr(synID(line("."),col("."),0),"name") . "> lo<" .  
synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">" . " fg<" .  
synIDattr(synIDtrans(synID(line("."),col("."),1)),"fg#") . ">" <CR>

regardless of the file type.

Greetings,
-- 
Bastien

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