Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Paul.W Harvey
Hi there, Normally I happily live in a 7-bit ASCII world, but recently I've become involved in writing unicode tests for a perl project, Foswiki. I think I've discovered a cursor positioning/rendering bug in vim 7.2 with devanagari script (used for Hindi language). Here's the offending

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie ZyX
Reply to message «Cursor/rendering position bug handling unicode devanagari characters», sent 10:52:42 03 July 2011, Sunday by Paul.W Harvey: Confirmed, but what exactly happens depends on the terminal: I observe different bugs in yakuake (konsole) and urxvtc. Some problems happen in gvim,

[Bug] Popup menu is automatically closed when folds are visible

2011-07-03 Fir de Conversatie Jan Christoph Ebersbach
Hi, When I define a fold, close it and then open the popup completion menu somewhere else in the buffer, the menu appears for a short moment and is then removed. I can reproduce this behavior only when the fold is visible in the current window. And it doesn't matter whether the popup menu is

[patch] fixed valgrind error in after_pathsep()

2011-07-03 Fir de Conversatie Dominique Pellé
Hi I can reproduce the following Valgrind error with Vim-7.3.237: ==7744== Invalid read of size 1 ==7744==at 0x8110B39: after_pathsep (misc2.c:3229) ==7744==by 0x8086820: f_resolve (eval.c:15130) ==7744==by 0x807D828: call_func (eval.c:8380) ==7744==by 0x807D36F: get_func_tv

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Bram Moolenaar
Paul W. Harvey wrote: Normally I happily live in a 7-bit ASCII world, but recently I've become involved in writing unicode tests for a perl project, Foswiki. I think I've discovered a cursor positioning/rendering bug in vim 7.2 with devanagari script (used for Hindi language). Here's

Re: [Bug] Popup menu is automatically closed when folds are visible

2011-07-03 Fir de Conversatie Bram Moolenaar
Jan Christoph Ebersbach wrote: When I define a fold, close it and then open the popup completion menu somewhere else in the buffer, the menu appears for a short moment and is then removed. I can reproduce this behavior only when the fold is visible in the current window. And it doesn't

Re: [patch] fixed valgrind error in after_pathsep()

2011-07-03 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: I can reproduce the following Valgrind error with Vim-7.3.237: [...] Steps to reproduce: - install the vcscommand plugin: http://www.vim.org/scripts/script.php?script_id=90 - run: $ vim -c VCSVimDiff Running VCSVimDiff on an unnamed buffer does not make

Re: [patch] fixed valgrind error in eval.c (Conditional jump or move depends on uninitialised value)

2011-07-03 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: I see a valgrind error with Vim-7.3.237 on Linux sometimes (not all the time) when I enter the Ex command :FufBuffer (command from the fuzzy-finder plugin: http://www.vim.org/scripts/script.php?script_id=1984) [...] Code around eval.c:14321 14314 while

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Benjamin R. Haskell
On Sun, 3 Jul 2011, ZyX wrote: Reply to message «Cursor/rendering position bug handling unicode devanagari characters», sent 10:52:42 03 July 2011, Sunday by Paul.W Harvey: Hi there, Normally I happily live in a 7-bit ASCII world, but recently I've become involved in writing unicode tests

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Paul.W Harvey
Hi Bram, On 04/07/11 02:30, Bram Moolenaar wrote: Please try this in an xterm, in utf-8 mode. If it's still wrong there it might be a Vim bug. If it's OK in xterm it's probably a gnome-terminal bug. The fault persists with xterm. - Created the problem line of text using gedit, saved

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Paul
Hi Benjamin, On Jul 4, 6:51 am, Benjamin R. Haskell v...@benizi.com wrote: ... snip I originally wrote this¹ up (on the web since email's the wrong place for HTML and images) in response to a post «Complex Scripts in Vim/gVim»², but figured it was appropriate here, since Devanāgarī is the

Re: Popup menu is automatically closed when folds are visible

2011-07-03 Fir de Conversatie Ben Fritz
On Jul 3, 11:30 am, Bram Moolenaar b...@moolenaar.net wrote: Jan Christoph Ebersbach wrote: When I define a fold, close it and then open the popup completion menu somewhere else in the buffer, the menu appears for a short moment and is then removed. I can reproduce this behavior only when

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Benjamin R. Haskell
On Sun, 3 Jul 2011, Paul wrote: Hi Benjamin, On Jul 4, 6:51 am, Benjamin R. Haskell wrote: ... snip I originally wrote this¹ up (on the web since email's the wrong place for HTML and images) in response to a post «Complex Scripts in Vim/gVim»², but figured it was appropriate here, since