Friday, August 27, 2010

Re: Preventing accidental command-line pastes from destroying the universe

On Aug 23, 4:41 pm, Christian Brabandt <cbli...@256bit.org> wrote:
> This workaround was mentioned:
> ,----
> | " Avoid command-line redraw on every entered character
> | " by turning off Arabic
> | " shaping (which is implemented poorly).
> | if has('arabic')
> |     set noarabicshape
> | endif
> `----

Aye, there's the rub. Works well -- at least until I learn Arabic,
anyway. Thanks for the lead.

Cheers
-Ted

--
You received this message from the "vim_use" 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

No comments: