Re: Macvim slow with "set list" and Unicode listchars

2013-06-09 Thread björn
On Wed, Mar 13, 2013 at 11:16 PM, Kevin Burke wrote: > I've been investigating a problem with Unicode listchars. > > My .vimrc looks like: > > "" show line endings > set list > set listchars=tab:▸\ ,eol:¬ > > When I open a file containing many tab characters, Macvim is extremely slow > to scroll -

Re: Macvim slow with "set list" and Unicode listchars

2013-05-29 Thread François-Pierre Bouchard
I had the same issue with a couple of fonts (Consolas, Source Code Pro) and I got rid of the issue by disabling the Core Text Renderer in the Advanced preferences. On Wednesday, March 13, 2013 6:16:13 PM UTC-4, Kevin Burke wrote: > Hi, > > I've been investigating a problem with Unicode listchar

Re: Macvim slow with "set list" and Unicode listchars

2013-03-14 Thread björn
I tried creating a simple file with tabs in it but did not experience the slowness you mention. Can you please send me a file where the problem occurs for you so that I have something to test with? Thanks, Björn On Wed, Mar 13, 2013 at 11:16 PM, Kevin Burke wrote: > Hi, > I've been investigatin

Macvim slow with "set list" and Unicode listchars

2013-03-13 Thread Kevin Burke
Hi, I've been investigating a problem with Unicode listchars. My .vimrc looks like: "" show line endings set list set listchars=tab:▸\ ,eol:¬ When I open a file containing many tab characters, Macvim is extremely slow to scroll - holding down "j" yields a key repeat rate of about once per secon