On 03-Sep-08 6:35, Tyler Spivey wrote:
> I'm not sure, but while we're on the subject of redraw bugs,
> every character I type on the command line, e.g. :12345, causes the
> command line to be redrawn. Is there a quick fix for this one also?
> I'm running vim on Linux. If
> you need any other information, I can provide it.
>
> Thanks,
> Tyler
Do you use the big or huge version of VIM? The 'rightleft' feature, which is
enabled in the big version, causes these redraws. See this comment in
src/ex_getln.c:
/* Always redraw the whole command line to fix shaping and
* right-left typing. Not efficient, but it works. */
redrawcmd();
Unless you're volunteering to improve the 'rightleft' implementation, you could
use the normal version or compile a custom VIM without the 'rightleft' feature.
-- regards, ingo
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---