To: vim-dev@vim.org Subject: Patch 6.1.377 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.377 Problem: Can't add words to 'lispwords' option. Solution: Add P_COMMA and P_NODUP flags. (Haakon Riiser) Files: src/option.c *** ../vim61.376/src/option.c Sun Mar 9 15:05:10 2003 --- src/option.c Sun Mar 9 14:49:28 2003 *************** *** 1321,1327 **** (char_u *)NULL, PV_NONE, #endif {(char_u *)FALSE, (char_u *)0L}}, ! {"lispwords", "lw", P_STRING|P_VI_DEF, #ifdef FEAT_LISP (char_u *)&p_lispwords, PV_NONE, {(char_u *)LISPWORD_VALUE, (char_u *)0L} --- 1321,1327 ---- (char_u *)NULL, PV_NONE, #endif {(char_u *)FALSE, (char_u *)0L}}, ! {"lispwords", "lw", P_STRING|P_VI_DEF|P_COMMA|P_NODUP, #ifdef FEAT_LISP (char_u *)&p_lispwords, PV_NONE, {(char_u *)LISPWORD_VALUE, (char_u *)0L} *** ../vim61.376/src/version.c Sun Mar 9 15:13:49 2003 --- src/version.c Sun Mar 9 15:14:48 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 377, /**/ -- All good vision statements are created by groups of people with bloated bladders who would rather be doing anything else. (Scott Adams - The Dilbert principle) /// 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 /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///