From 1f42f0e9096cb9e0f74c635cc5a0107035c6fded Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:43:05 +0000 Subject: [PATCH] Don't do weird things with autocmd --- vim/.vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 3bb4fa1..393b926 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -138,7 +138,6 @@ set nocompatible " Wrap lines for markdown files by default augroup mdwrap autocmd BufReadPost *.md :set wrap - autocmd BufLeave *.md :set nowrap augroup END " Automatically go to the last line for log files @@ -209,4 +208,3 @@ set nocompatible \ 'type' : 't' \ } \ } -