I have a block of comments, for example:
And I use the following vim cindent options:
set shiftwidth=2 set tabstop=2 set cindent set cino=g0,+0,(0,W2
If I select this comment block and backtrack it with = , vim will turn it into:
Can I tell vim not to block comments?
source share