On 4 August 2010 20:15, Bram Moolenaar <[email protected]> wrote:
> ...
> Please report every problem you find!  The 7.3 release should not
> contain a problem because you didn't report it.
> ...

Well, I did point out to two bugs earlier, and they are still
present in 7.3d.

1. Function input()'s echo is broken.  If one executes, e.g.

      :while 1 | let s = input('') | echo "\n" | endw

   one would expect to see a succession of strings that he enters.
   Instead, we are left with nothing but empty lines.
   This bug seems to be very old, and seriously hampers writing
   interactive vimscriptlets.

2. Under Linux + GTK, all Unicode characters combined-accented with
   U+0300, U+0301, ... (any of those) are incorrectly displayed:
   the accent is either (mis)placed above the character on the left,
   or is not displayed at all.
   This seems to have originated with Vim 7.2.

Best regards,
   Boyko

-- 
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

Reply via email to