hi Stuart, * Stuart Henderson wrote: > > These settings in .vimrc make it quite noticeable > > syn > set foldmethod=syntax > set foldlevelstart=1
Totally forget about this thread. I had the same issue and the following options made vim + syntax highlighting at least a bit more usable for me. let sh_minlines=100 let sh_maxlines=600 set synmaxcol=300 Cheers and HTH Matthias