[patch] fixed freeing of variable in .bss section in getchar.c

2009-11-10 Fir de Conversatie Dominique Pellé
Hi I saw the following error with Vim-7.2.284, which I can't reproduce unfortunately: ==31786== Invalid free() / delete / delete[] ==31786==at 0x4024E5A: free (vg_replace_malloc.c:323) ==31786==by 0x8116582: vim_free (misc2.c:1644) ==31786==by 0x80D4E08: free_typebuf (getchar.c:1289)

Re: C syntax highlighting, faster syntax based folding and a bug

2009-11-10 Fir de Conversatie Dominique Pellé
Lech Lorens wrote: I would appreciate feedback on my modifications a lot and really hope for some comments. You might want to follow my test procedure: Enter the directory with Vim sources. Execute Vim: $ vim -p eval.c eval.c eval.c :tabdo set fdm=syntax fdc=5 number :normal 1gt :820

:find problem?

2009-11-10 Fir de Conversatie Dimitar DIMITROV
I would like to report some unexpected behaviour: 1. :set path+=~/dev/** 2. :find test.c works 1. :set path+=~/dev 2. :find **/test.c doesn't work And yet, :h wildcard suggests that it should... Note: File in ~/dev/project/example/test.c