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