073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.165
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.165
073263
Problem:    By default, after closing a buffer changes can't be undone.
073263
Solution:   In the example vimrc file set 'undofile'.
073263
Files:	    runtime/vimrc_example.vim
073263
073263
073263
*** ../vim-7.4.164/runtime/vimrc_example.vim	2011-04-15 20:58:36.000000000 +0200
073263
--- runtime/vimrc_example.vim	2014-02-05 21:59:40.534544501 +0100
073263
***************
073263
*** 1,7 ****
073263
  " An example for a vimrc file.
073263
  "
073263
  " Maintainer:	Bram Moolenaar <Bram@vim.org>
073263
! " Last change:	2011 Apr 15
073263
  "
073263
  " To use it, copy it to
073263
  "     for Unix and OS/2:  ~/.vimrc
073263
--- 1,7 ----
073263
  " An example for a vimrc file.
073263
  "
073263
  " Maintainer:	Bram Moolenaar <Bram@vim.org>
073263
! " Last change:	2014 Feb 05
073263
  "
073263
  " To use it, copy it to
073263
  "     for Unix and OS/2:  ~/.vimrc
073263
***************
073263
*** 24,30 ****
073263
  if has("vms")
073263
    set nobackup		" do not keep a backup file, use versions instead
073263
  else
073263
!   set backup		" keep a backup file
073263
  endif
073263
  set history=50		" keep 50 lines of command line history
073263
  set ruler		" show the cursor position all the time
073263
--- 24,31 ----
073263
  if has("vms")
073263
    set nobackup		" do not keep a backup file, use versions instead
073263
  else
073263
!   set backup		" keep a backup file (restore to previous version)
073263
!   set undofile		" keep an undo file (undo changes after closing)
073263
  endif
073263
  set history=50		" keep 50 lines of command line history
073263
  set ruler		" show the cursor position all the time
073263
*** ../vim-7.4.164/src/version.c	2014-02-05 14:02:23.590105699 +0100
073263
--- src/version.c	2014-02-05 21:59:47.774544612 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     165,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
269. You wonder how you can make your dustbin produce Sesame Street's
073263
     Oscar's the Garbage Monster song when you empty it.
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    ///