On Fri 20-Oct-06 1:17am -0600, ? ?? wrote: > I don't know how to say that. > I just remember that I can type [ control - a ] before a number > to let it add 1, for example let 1 change to 2. > But it doesn't work in gvim 7.0 for windows. > Is there any other method to do that?
It works fine, as does <c-x> to subtract 1. Does ctrl-x
also not work?
Most likely, you have remapped it. Try this:
:verb map <c-a>
If it has been remapped, you will see which script did it.
--
Best regards,
Bill
