mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 05:43:47 -05:00
ensure autoindent is restored correctly
This commit is contained in:
@@ -144,7 +144,7 @@ function! pencil#init(...) abort
|
|||||||
setlocal formatoptions-=v
|
setlocal formatoptions-=v
|
||||||
setlocal formatoptions-=w " trailing whitespace continues paragraph
|
setlocal formatoptions-=w " trailing whitespace continues paragraph
|
||||||
else
|
else
|
||||||
setlocal autoindent<
|
setlocal autoindent< noautoindent<
|
||||||
setlocal list< nolist<
|
setlocal list< nolist<
|
||||||
setlocal wrapmargin<
|
setlocal wrapmargin<
|
||||||
setlocal display<
|
setlocal display<
|
||||||
|
|||||||
Reference in New Issue
Block a user