]> code.delx.au - dotfiles/commitdiff
Fixed filetype settings
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Apr 2008 08:12:28 +0000 (19:12 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Apr 2008 08:12:28 +0000 (19:12 +1100)
.vim/filetypes.vim

index 2118c16382478138ebb690627442b0aa96fb9816..153b60979c169dfbcb4645e199038327d24af6e8 100644 (file)
@@ -14,8 +14,8 @@ autocmd BufNewFile,BufRead *.tex setlocal ft=tex
 autocmd FileType text setlocal wrap
 autocmd FileType bib setlocal textwidth=78 nocindent smartindent
 autocmd FileType mail setlocal textwidth=78
-autocmd FileType tex setlocal wrap showbreak=>\ \ \ \ \ \ \  
-autocmd FileType objc setlocal textwidth=78 nocindent smartindent
+autocmd FileType tex setlocal wrap
+autocmd FileType objc setlocal nocindent smartindent
 
 " Don't automatically continue comments on new lines
 """autocmd BufNewFile,BufRead * setlocal formatoptions-=r