home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.230 < prev    next >
Encoding:
Internet Message Format  |  2014-03-31  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.230
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.4.230
  11. Problem:    Error when using ":options".
  12. Solution:   Fix the entry for 'lispwords'. (Kenichi Ito)
  13. Files:        runtime/optwin.vim
  14.  
  15.  
  16. *** ../vim-7.4.229/runtime/optwin.vim    2014-03-12 18:55:52.100906804 +0100
  17. --- runtime/optwin.vim    2014-04-01 12:25:09.825159207 +0200
  18. ***************
  19. *** 855,861 ****
  20.     call append("$", "\t(local to buffer)")
  21.     call <SID>BinOptionL("lisp")
  22.     call append("$", "lispwords\twords that change how lisp indenting works")
  23. !   call <SID>OptionL("lw", &lw)
  24.   endif
  25.   
  26.   
  27. --- 855,861 ----
  28.     call append("$", "\t(local to buffer)")
  29.     call <SID>BinOptionL("lisp")
  30.     call append("$", "lispwords\twords that change how lisp indenting works")
  31. !   call <SID>OptionL("lw")
  32.   endif
  33.   
  34.   
  35. *** ../vim-7.4.229/src/version.c    2014-03-30 16:49:06.412565288 +0200
  36. --- src/version.c    2014-04-01 12:23:07.629160888 +0200
  37. ***************
  38. *** 736,737 ****
  39. --- 736,739 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     230,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 9. All your daydreaming is preoccupied with getting a faster connection to the
  48.    net: 28.8...ISDN...cable modem...T1...T3.
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  53.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  54.