show/hide this revision's text 3 added 2 characters in body

Vim will automatically kill any whitespace to the right of the cursor if you break a line in two and while autoindent (or any other indentation aid) is enabled.

If you do not want to use any of those settings, use s instead of i in order to substitute your new text for the blank rather than just inserting. (If there are multiple blanks, put the cursor on the leftmost and use cw instead.)

show/hide this revision's text 2 added 24 characters in body

Vim will automatically kill any whitespace to the right of the cursor if you break a line in two and autoindent (or any other indentation aid) is enabled.

If you do not want to use any of those settings, use s instead of i in order to substitute substitute your new text for the blank instead of rather than just inserting. (If there are multiple blanks, put the cursor on the leftmost and use cw instead.)

show/hide this revision's text 1

Vim will automatically kill any whitespace to the right of the cursor if you break a line in two and autoindent (or any other indentation aid) is enabled.

If you do not want to use those, use s instead of i in order to substitute your new text for the blank instead of just inserting. (If there are multiple blanks, put the cursor on the leftmost and use cw instead.)