Don't do weird things with autocmd

This commit is contained in:
Andrew R. M. 2024-06-06 20:56:08 -04:00
parent 5426e96bed
commit c2ebab9a41

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'
\ } \ }
\ } \ }