I have kept shiftwidth as 4 in my vimrc file. But, when I open many existing c/h files, they have shiftwidth as 2. So, these gets mixed up.
Can I automatically select the shiftwidth from the file than setting it each time I open the files ?
|
I have kept shiftwidth as 4 in my vimrc file. But, when I open many existing c/h files, they have shiftwidth as 2. So, these gets mixed up. Can I automatically select the shiftwidth from the file than setting it each time I open the files ?
| |||
|
feedback
|
|
| |||||||
feedback
|
|
Modelines are not the best way to go about solving this, in my opinion. Modelines were (are?) vulnerable to a security issue. (see http://www.jukie.net/bart/blog/vim-modelines-insecure and http://secunia.com/advisories/25182/ for more information) Instead, you can disable modelines and use a plugin to scan the files you open and automatically set | |||||
feedback
|
|
Yes, you can specify the settings from within the file itself by using a modeline, e.g.
For further details, see http://vim.wikia.com/wiki/Modeline_magic | |||
|
feedback
|