From 250f6f44c7465716068951acaac88ae2c73178ad Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 12 Sep 2022 22:11:42 +0100 Subject: [PATCH] Stop setting nojoinspaces in text files --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 26e34d9..f4144e5 100644 --- a/vimrc +++ b/vimrc @@ -137,7 +137,7 @@ if has('autocmd') autocmd BufRead,BufNewFile *.md set et ft=markdown sw=2 autocmd BufRead,BufNewFile *.opml set et sw=2 autocmd BufRead,BufNewFile *.rs set et sw=4 - autocmd BufRead,BufNewFile *.txt set et nojs sw=3 tw=72 + autocmd BufRead,BufNewFile *.txt set et sw=3 tw=72 autocmd BufRead,BufNewFile *.xml set et sw=2 autocmd BufRead,BufNewFile *.yaml set et sw=2 autocmd BufRead,BufNewFile *.yml set et sw=2