Hi,
I'd like to map ":cprev" to <Shift-F4>
I use (in normal mode)
:map <S-F4> :cprev <CR>
But when I press the <Shift-F4> key, Vim displays the message 'Already
an oldest change'
Maybe, <Shift-F4> is a "reserved" combinaison key for Vim ?
if I try
:map <F4> :cprev <CR>
that works
what is wrong ?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---