To: vim-dev@vim.org Subject: Patch 6.1.201 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.201 (depends on 6.1.192) Problem: Warning for illegal pointer combination. (Zoltan Arpadffy) Solution: Add a typecast. Files: src/diff.c *** ../vim61.200/src/diff.c Mon Sep 23 21:12:18 2002 --- src/diff.c Mon Sep 30 19:31:21 2002 *************** *** 964,970 **** # endif #ifdef FEAT_SCROLLBIND if (vim_strchr(p_sbo, 'h') == NULL) ! do_cmdline_cmd("set sbo+=hor"); #endif if (addbuf) --- 964,970 ---- # endif #ifdef FEAT_SCROLLBIND if (vim_strchr(p_sbo, 'h') == NULL) ! do_cmdline_cmd((char_u *)"set sbo+=hor"); #endif if (addbuf) *** ../vim61.200/src/version.c Sat Sep 28 15:15:20 2002 --- src/version.c Mon Sep 30 19:33:01 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 201, /**/ -- From "know your smileys": O:-) Saint /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///