On 05:44 Sat 17 Nov     , cyboman wrote:
> I'm reading an online book, Learning Vim the hardway, and it talks about the 
> shiftround option. I tried it but it didn't affect anything. The effect was 
> the same as before. I tried reading the help but it wasn't very helpful :) 
> Has anybody used this option before? What is the advantage of it? What am I 
> doing wrong that I don't see its effects?
> 
> Any help is appreciated.
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

With noshiftround the >> on the line
 x
leads to
     x
when the shiftround is on
    x
As you can see it is one column before.

Best,
    Marcin

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to