vim - Why tabs is 3 columns when I am asking it to be 2 columns -
I am using MacVM.
If I am in a javascript file and if my cursor is placed in the highest position on the left side, now if I make a tab then I will take two columns.
If I do this in the Ruby file then I take three columns. How can I fix this?
As you can see in my vimrc I'm saying everything for 2 columns.
Thank you. This is driving me crazy
You have a problem in your vimrc. See, it is for all files and this Just for Ruby
o BufReadPre * .rb, * .reck, rackfile, .autotest set sw = 3 sts = 3 nu ...
Comments
Post a Comment