From: James Bunton Date: Tue, 1 Apr 2008 08:12:28 +0000 (+1100) Subject: Fixed filetype settings X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/1b4a00d04e5715d537279c7ab27f60014bc4bf39 Fixed filetype settings --- diff --git a/.vim/filetypes.vim b/.vim/filetypes.vim index 2118c16..153b609 100644 --- a/.vim/filetypes.vim +++ b/.vim/filetypes.vim @@ -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