Only set concealable for vims with 'conceal'

This commit is contained in:
Reed Esau
2014-08-22 00:51:24 -06:00
parent 0b9b38e877
commit 78c8b46f91

View File

@@ -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