terrychou / iVim

A vim port to iOS.
596 stars 35 forks source link

Anomalies with folding #244

Open EricEWeir opened 1 year ago

EricEWeir commented 1 year ago

I have iVim with vim-markdown on my iPad and iPhone. The .vimrc is identical on both devices. In it I have let g:vim_markdown_folding_level = 6.

I get different results on the two devices, neither satisfactory. On the iPad headers with # fold but adjacent lines without # also fold. On the iPhone headers with # do not fold, but adjacent lines without # do fold. :verb set foldlevel reports foldlevel=3 on both devices.

Anyone have an idea why I get different results with the same .vimrc on both devices.