From c3ab44d1e2903d1d187ff6b9c700a8ad3e238773 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sat, 5 Apr 2025 16:37:09 -0400 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' \ } \ } -