Don't do weird things with autocmd

This commit is contained in:
Andrew R. M 2025-04-04 17:43:05 +00:00
parent cfcc2bd943
commit 1f42f0e909

View File

@ -138,7 +138,6 @@ set nocompatible
" Wrap lines for markdown files by default " Wrap lines for markdown files by default
augroup mdwrap augroup mdwrap
autocmd BufReadPost *.md :set wrap autocmd BufReadPost *.md :set wrap
autocmd BufLeave *.md :set nowrap
augroup END augroup END
" Automatically go to the last line for log files " Automatically go to the last line for log files
@ -209,4 +208,3 @@ set nocompatible
\ 'type' : 't' \ 'type' : 't'
\ } \ }
\ } \ }