Karsten Hopp 33acd1
To: vim-dev@vim.org
Karsten Hopp 33acd1
Subject: Patch 7.2.096
Karsten Hopp 33acd1
Fcc: outbox
Karsten Hopp 33acd1
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 33acd1
Mime-Version: 1.0
Karsten Hopp 33acd1
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp 33acd1
Content-Transfer-Encoding: 8bit
Karsten Hopp 33acd1
------------
Karsten Hopp 33acd1
Karsten Hopp 33acd1
Patch 7.2.096
Karsten Hopp 33acd1
Problem:    After ":number" the "Press Enter" message may be on the wrong
Karsten Hopp 33acd1
	    screen, if switching screens for shell commands.
Karsten Hopp 33acd1
Solution:   Reset info_message. (James Vega)
Karsten Hopp 33acd1
Files:	    src/ex_cmds.c
Karsten Hopp 33acd1
Karsten Hopp 33acd1
Karsten Hopp 33acd1
*** ../vim-7.2.095/src/ex_cmds.c	Tue Jan 13 16:57:09 2009
Karsten Hopp 33acd1
--- src/ex_cmds.c	Fri Jan 30 21:01:54 2009
Karsten Hopp 33acd1
***************
Karsten Hopp 33acd1
*** 2417,2424 ****
Karsten Hopp 33acd1
  	cursor_on();		/* msg_start() switches it off */
Karsten Hopp 33acd1
  	out_flush();
Karsten Hopp 33acd1
  	silent_mode = save_silent;
Karsten Hopp 33acd1
- 	info_message = FALSE;
Karsten Hopp 33acd1
      }
Karsten Hopp 33acd1
  }
Karsten Hopp 33acd1
  
Karsten Hopp 33acd1
  /*
Karsten Hopp 33acd1
--- 2417,2424 ----
Karsten Hopp 33acd1
  	cursor_on();		/* msg_start() switches it off */
Karsten Hopp 33acd1
  	out_flush();
Karsten Hopp 33acd1
  	silent_mode = save_silent;
Karsten Hopp 33acd1
      }
Karsten Hopp 33acd1
+     info_message = FALSE;
Karsten Hopp 33acd1
  }
Karsten Hopp 33acd1
  
Karsten Hopp 33acd1
  /*
Karsten Hopp 33acd1
*** ../vim-7.2.095/src/version.c	Wed Feb  4 11:45:28 2009
Karsten Hopp 33acd1
--- src/version.c	Wed Feb  4 13:12:55 2009
Karsten Hopp 33acd1
***************
Karsten Hopp 33acd1
*** 678,679 ****
Karsten Hopp 33acd1
--- 678,681 ----
Karsten Hopp 33acd1
  {   /* Add new patch number below this line */
Karsten Hopp 33acd1
+ /**/
Karsten Hopp 33acd1
+     96,
Karsten Hopp 33acd1
  /**/
Karsten Hopp 33acd1
Karsten Hopp 33acd1
-- 
Karsten Hopp 33acd1
A fine is a tax for doing wrong.  A tax is a fine for doing well.
Karsten Hopp 33acd1
Karsten Hopp 33acd1
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 33acd1
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 33acd1
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 33acd1
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///