On Sunday, October 21, 2012 09:25:54 PM Bram Moolenaar wrote: > Ike Devolder wrote: > > On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: > > > Patch 7.3.697 > > > Problem: Leaking resources when setting GUI font. > > > Solution: Free the font. (Ken Takata) > > > Files: src/syntax.c > > > > > > > > > *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:39:01.000000000 +0200 > > > --- src/syntax.c 2012-10-21 01:37:19.000000000 +0200 > > [...] > > > from this patch on i get the following error: > > syntax.c: In function 'hl_do_font': > > syntax.c:8085:6: error: 'free_fontset' undeclared (first use in this > > function) syntax.c:8085:6: note: each undeclared identifier is reported > > only once for each function it appears in > > make[1]: *** [objects/syntax.o] Error 1 > > > > the attached patch fixes the problem > > Sorry about that. I don't build for all different GUIs, takes too much > time.
no biggy, thanks for picking it up so quickly and for this great editor i use every day :) --Ike -- You received this message from the "vim_dev" 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
