From 372408b5305a9219fdeb0429333bbad7e37c90aa Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 18 Jun 2022 10:58:48 +0200 Subject: [PATCH] disable fo-j in vim this was deleting random characters when using any syntax more esoteric than C. --- home/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vimrc b/home/vimrc index 2423a8a..48fc1fe 100644 --- a/home/vimrc +++ b/home/vimrc @@ -232,7 +232,7 @@ if has('autocmd') augroup nocomment au! " set or unset some convenient or annoying formatoptions - au FileType * setlocal fo-=c fo-=r fo-=o fo+=j + au FileType * setlocal fo-=c fo-=r fo-=o fo-=j augroup END augroup forth