Karsten Hopp 368259
To: vim_dev@googlegroups.com
Karsten Hopp 368259
Subject: Patch 7.3.899
Karsten Hopp 368259
Fcc: outbox
Karsten Hopp 368259
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 368259
Mime-Version: 1.0
Karsten Hopp 368259
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 368259
Content-Transfer-Encoding: 8bit
Karsten Hopp 368259
------------
Karsten Hopp 368259
Karsten Hopp 368259
Patch 7.3.899
Karsten Hopp 368259
Problem:    #if indents are off.
Karsten Hopp 368259
Solution:   Fix the indents.
Karsten Hopp 368259
Files:	    src/os_unix.c
Karsten Hopp 368259
Karsten Hopp 368259
Karsten Hopp 368259
*** ../vim-7.3.898/src/os_unix.c	2013-03-21 22:53:45.000000000 +0100
Karsten Hopp 368259
--- src/os_unix.c	2013-04-15 15:28:01.000000000 +0200
Karsten Hopp 368259
***************
Karsten Hopp 368259
*** 3493,3505 ****
Karsten Hopp 368259
  	     *	  4 = Windows Cross Hair
Karsten Hopp 368259
  	     *	  5 = Windows UP Arrow
Karsten Hopp 368259
  	     */
Karsten Hopp 368259
! #ifdef JSBTERM_MOUSE_NONADVANCED /* Disables full feedback of pointer movements */
Karsten Hopp 368259
  	    out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK1Q\033\\",
Karsten Hopp 368259
  					 ESC_STR "[0~ZwLMRK1Q" ESC_STR "\\"));
Karsten Hopp 368259
! #else
Karsten Hopp 368259
  	    out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK+1Q\033\\",
Karsten Hopp 368259
  					ESC_STR "[0~ZwLMRK+1Q" ESC_STR "\\"));
Karsten Hopp 368259
! #endif
Karsten Hopp 368259
  	    ison = TRUE;
Karsten Hopp 368259
  	}
Karsten Hopp 368259
  	else
Karsten Hopp 368259
--- 3493,3506 ----
Karsten Hopp 368259
  	     *	  4 = Windows Cross Hair
Karsten Hopp 368259
  	     *	  5 = Windows UP Arrow
Karsten Hopp 368259
  	     */
Karsten Hopp 368259
! #  ifdef JSBTERM_MOUSE_NONADVANCED
Karsten Hopp 368259
! 	    /* Disables full feedback of pointer movements */
Karsten Hopp 368259
  	    out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK1Q\033\\",
Karsten Hopp 368259
  					 ESC_STR "[0~ZwLMRK1Q" ESC_STR "\\"));
Karsten Hopp 368259
! #  else
Karsten Hopp 368259
  	    out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK+1Q\033\\",
Karsten Hopp 368259
  					ESC_STR "[0~ZwLMRK+1Q" ESC_STR "\\"));
Karsten Hopp 368259
! #  endif
Karsten Hopp 368259
  	    ison = TRUE;
Karsten Hopp 368259
  	}
Karsten Hopp 368259
  	else
Karsten Hopp 368259
*** ../vim-7.3.898/src/version.c	2013-04-15 15:15:31.000000000 +0200
Karsten Hopp 368259
--- src/version.c	2013-04-15 15:31:43.000000000 +0200
Karsten Hopp 368259
***************
Karsten Hopp 368259
*** 730,731 ****
Karsten Hopp 368259
--- 730,733 ----
Karsten Hopp 368259
  {   /* Add new patch number below this line */
Karsten Hopp 368259
+ /**/
Karsten Hopp 368259
+     899,
Karsten Hopp 368259
  /**/
Karsten Hopp 368259
Karsten Hopp 368259
-- 
Karsten Hopp 368259
If Microsoft would build a car...
Karsten Hopp 368259
... Occasionally, executing a maneuver such as a left turn
Karsten Hopp 368259
would cause your car to shut down and refuse to restart, in
Karsten Hopp 368259
which case you would have to reinstall the engine.
Karsten Hopp 368259
Karsten Hopp 368259
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 368259
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 368259
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 368259
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///