Ingo Karkat wrote: > There's no need to modify the source code to avoid the > redraw; just turn off Arabic shaping. There was a discussion > about this on this list two years ago (I was involved, that's > why I remember ;-): > http://tech.groups.yahoo.com/group/vimdev/message/51944 > http://tech.groups.yahoo.com/group/vimdev/message/51952 > > Because I don't need Arabic shaping, I have this in my .vimrc: > > " Avoid command-line redraw on every entered character by > turning off Arabic > " shaping (which is implemented poorly). > if has('arabic') > set noarabicshape > endif
Thanks, I'll use that. Of course I was only removing stuff from the source while buried in a debugger trying to work out where the code got lost when pasting into the command line. John -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
