Lines Matching refs:set
1 " 'set exrc' in ~/.vimrc will read .vimrc from the current directory
4 " You should consider setting 'set secure' as well, which is highly
7 " Note that we set a line width of 109 for .c and XML files, but for everything
14 set tabstop=8
15 set shiftwidth=8
16 set expandtab
17 set makeprg=GCC_COLORS=\ make
18 set tw=79
19 au BufRead,BufNewFile *.xml set tw=109 shiftwidth=2 smarttab
20 au FileType sh set tw=80 shiftwidth=4 smarttab
21 au FileType c set tw=109