mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-10 02:43:47 -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 wrapmargin<
|
||||
setl formatoptions<
|
||||
setl cole<
|
||||
if has("conceal")
|
||||
setl cole<
|
||||
en
|
||||
en
|
||||
|
||||
if b:wrap_mode == s:WRAP_MODE_SOFT
|
||||
|
||||
Reference in New Issue
Block a user