From df5d59cf6d99bf697ff574ae46477a45a0cdd6af Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 3 Dec 2019 13:15:36 -0500 Subject: [PATCH] do not set textwidth for text files --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index f054be7..39129ae 100644 --- a/vimrc +++ b/vimrc @@ -139,7 +139,7 @@ if has("autocmd") autocmd FileType xml setlocal sw=2 ts=2 sts=2 autocmd FileType yaml setlocal sw=2 ts=2 sts=2 autocmd FileType sh setlocal sw=2 ts=2 sts=2 - autocmd FileType text setlocal textwidth=78 + "autocmd FileType text setlocal textwidth=78 autocmd FileType gitolite setlocal sw=2 ts=2 sts=2 autocmd BufRead,BufNewFile *.icf set syntax=cpp autocmd BufRead,BufNewFile *.cxl set syntax=cpp