In my .vimrc, I have the following line:
set textwidth = 80
However, when editing the files: README-SETUP and README-INSTALL I would like vim to have a text width of 60.
I think this can be done for certain types of files using autocmd, but how can I do this for certain files?
FunLovinCoder
source share