1
0
forked from aniani/vim

Window split didn't copy the value of 'conceallevel'.

This commit is contained in:
Bram Moolenaar
2010-07-23 22:27:03 +02:00
parent f5963f719e
commit d497a30cbe
2 changed files with 2 additions and 7 deletions

View File

@@ -9766,6 +9766,7 @@ copy_winopt(from, to)
#endif
#ifdef FEAT_CONCEAL
to->wo_cocu = vim_strsave(from->wo_cocu);
to->wo_cole = from->wo_cole;
#endif
#ifdef FEAT_FOLDING
to->wo_fdc = from->wo_fdc;