jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone
3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.230
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.230
3ef2ca
Problem:    Error when using ":options".
3ef2ca
Solution:   Fix the entry for 'lispwords'. (Kenichi Ito)
3ef2ca
Files:	    runtime/optwin.vim
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.229/runtime/optwin.vim	2014-03-12 18:55:52.100906804 +0100
3ef2ca
--- runtime/optwin.vim	2014-04-01 12:25:09.825159207 +0200
3ef2ca
***************
3ef2ca
*** 855,861 ****
3ef2ca
    call append("$", "\t(local to buffer)")
3ef2ca
    call <SID>BinOptionL("lisp")
3ef2ca
    call append("$", "lispwords\twords that change how lisp indenting works")
3ef2ca
!   call <SID>OptionL("lw", &lw)
3ef2ca
  endif
3ef2ca
  
3ef2ca
  
3ef2ca
--- 855,861 ----
3ef2ca
    call append("$", "\t(local to buffer)")
3ef2ca
    call <SID>BinOptionL("lisp")
3ef2ca
    call append("$", "lispwords\twords that change how lisp indenting works")
3ef2ca
!   call <SID>OptionL("lw")
3ef2ca
  endif
3ef2ca
  
3ef2ca
  
3ef2ca
*** ../vim-7.4.229/src/version.c	2014-03-30 16:49:06.412565288 +0200
3ef2ca
--- src/version.c	2014-04-01 12:23:07.629160888 +0200
3ef2ca
***************
3ef2ca
*** 736,737 ****
3ef2ca
--- 736,739 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     230,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
hundred-and-one symptoms of being an internet addict:
3ef2ca
9. All your daydreaming is preoccupied with getting a faster connection to the
3ef2ca
   net: 28.8...ISDN...cable modem...T1...T3.
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///