Don't do weird things with autocmd
This commit is contained in:
parent
1829f987e9
commit
c3ab44d1e2
@ -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'
|
||||||
\ }
|
\ }
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user