Max Dyckhoff wrote:
For some reason, using << to indent a line of code no longer works correctly!
Repro steps:
1. Press <<
2. Observe "<<" appear in the command line where pending commands live
3. Watch nothing happen
4. Press another key (<esc>, a, whatever) and watch the indent happen
5. It looks like the << is waiting for something else!
Also in visual mode:
1. Visual select two lines
2. Press <<
3. Observe two lines indent correctly
4. Observer first line indent AGAIN
5. Cry gently
I have no idea what's going on, and I can't work out how to find what could be
waiting for <<. Can anyone help me please?
Thanks in advance!
Max
--
Max Dyckhoff
AI Engineer
Bungie Studios
It sounds like something starting with << has been mapped to something else.
Does Vim (version 7) answer anything to
:verbose map <<
?
Best regards,
Tony.