mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-10 10:53:48 -05:00
Only set concealable for vims with 'conceal'
This commit is contained in:
@@ -196,7 +196,9 @@ fun! pencil#init(...) abort
|
|||||||
setl list< nolist<
|
setl list< nolist<
|
||||||
setl wrapmargin<
|
setl wrapmargin<
|
||||||
setl formatoptions<
|
setl formatoptions<
|
||||||
setl cole<
|
if has("conceal")
|
||||||
|
setl cole<
|
||||||
|
en
|
||||||
en
|
en
|
||||||
|
|
||||||
if b:wrap_mode == s:WRAP_MODE_SOFT
|
if b:wrap_mode == s:WRAP_MODE_SOFT
|
||||||
|
|||||||
Reference in New Issue
Block a user