On Feb 10, 2007, at 9:43 AM, Hal wrote:

Alan G Isaac wrote:

I'm using Vim 7 on a Macbook Pro (Intel) with OS X 10.4.8.

With gvim I'm seeing some aberrant display: the occasional character will only half or 3/4 drawn, and :redr does not fix it. (However moving the cursor across it in normal mode does fix it.)

Is this a known problem, and is there a fix? (E.g., does the most recently posted binary fix this?)

I saw some odd display behavior when I first switched to vim7 that eventually went away, although I don't remember which of several changes fixed it:

1) I use the following in my gvimrc: set guifont=Monaco:h9

2) I do the following, too:

   " Something having to do with vim7 rendering
   if version >= 700
       set nomacatsui
   endif

Check out :h macatsui for further details. As you can see from the comment line above that little block of code, I have _no_ idea what setting nomacatsui actually does, but I remember that it was involved in making the screen layout normally.

Dave



Reply via email to