25 Sep
2006
25 Sep
'06
11:34 p.m.
On Monday 25 September 2006 19:47, n0dalus wrote:
At the bottom of my ~/.vimrc (create it if it doesn't exist): if !exists("loaded_vimrc_autocmd") let loaded_vimrc_autocmd=1 autocmd BufNewFile,BufRead /data/wine/* set expandtab tabstop=8 softtabstop=4 endif
You might want to add "shiftwidth=4" so autoindent works correctly. -- Troy Rollo - wine(a)troy.rollo.name