To: vim-dev@vim.org Subject: Patch 6.1a.029 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.029 Problem: After patch 6.1a.028 can't compile GTK version with XIM but without multi-byte chars. Solution: Add an #ifdef. (Ashwin Marsman) Files: src/mbyte.c *** ../vim61a.028/src/mbyte.c Mon Mar 4 21:45:44 2002 --- src/mbyte.c Tue Mar 5 20:56:56 2002 *************** *** 3710,3716 **** --- 3710,3718 ---- ptr++; preedit_buf_len++; } + #ifdef FEAT_MBYTE vim_free(buf); + #endif } } if (text != NULL || draw_data->chg_length > 0) *** ../vim61a.028/src/version.c Mon Mar 4 21:45:44 2002 --- src/version.c Tue Mar 5 20:58:35 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 29, /**/ -- hundred-and-one symptoms of being an internet addict: 143. You dream in pallettes of 216 websafe colors. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///