On Sun, Jul 13, 2008 at 8:16 PM, Bram Moolenaar wrote: > Please report every problem you find! The time until a 7.2 release > depends on how many problems are reported.
Vim-7.2b.2 BETA builds and works flawlessly for me so far on Linux x86. I only noticed 2 typos in ":help version-7.2". See attached patch. -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
Index: version7.txt =================================================================== RCS file: /cvsroot/vim/vim7/runtime/doc/version7.txt,v retrieving revision 1.218 diff -c -r1.218 version7.txt *** version7.txt 13 Jul 2008 17:38:57 -0000 1.218 --- version7.txt 14 Jul 2008 19:00:30 -0000 *************** *** 6847,6853 **** Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In msg_outtrans_len_attr() use char2cells() instead of ptr2cells(). In utf_ptr2char() don't check second byte when first byte is ! illega. (Dominique Pelle) Files: src/mbyte.c, src/message.c Patch 7.2a.011 --- 6847,6853 ---- Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In msg_outtrans_len_attr() use char2cells() instead of ptr2cells(). In utf_ptr2char() don't check second byte when first byte is ! illegal. (Dominique Pelle) Files: src/mbyte.c, src/message.c Patch 7.2a.011 *************** *** 6916,6922 **** STRMOVE() instead. (Ralf Wildenhues) Mac: On Leopard gvim, when using the mouse wheel nothing would happen until ! another event occures, such as moving the mouse. Then the recorded scrolling would take place all at once. (Eckehard Berns) Solution for cursor color not reflecting IM status for GTK 2. Add --- 6916,6922 ---- STRMOVE() instead. (Ralf Wildenhues) Mac: On Leopard gvim, when using the mouse wheel nothing would happen until ! another event occurs, such as moving the mouse. Then the recorded scrolling would take place all at once. (Eckehard Berns) Solution for cursor color not reflecting IM status for GTK 2. Add
