Closed leeahoward closed 11 years ago
I am looking for functionality described here: http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
Action:select a block of text in visual mode and the hit n> to indent, where n is the number of times to indent.
Expected Behavior:the selected text is indented n times.
Actual Behavior: the text is indented once and the first line selected is indented n times.
This feature is provided by Vintage, not VintageEx. You should report it there instead.
Will do.. Thanks
I am looking for functionality described here: http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
Action:select a block of text in visual mode and the hit n> to indent, where n is the number of times to indent.
Expected Behavior:the selected text is indented n times.
Actual Behavior: the text is indented once and the first line selected is indented n times.