On 02/12/11 12:25, Bastien Dejean wrote:
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,
When editing a mail file, what are the answers to:
:verbose map <F3>
:verbose map! <F3>
?
Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
227. You sleep next to your monitor. Or on top of it.
--
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