Karsten Hopp bfce59
To: vim-dev@vim.org
Karsten Hopp bfce59
Subject: patch 7.1.084
Karsten Hopp bfce59
Fcc: outbox
Karsten Hopp bfce59
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp bfce59
Mime-Version: 1.0
Karsten Hopp bfce59
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp bfce59
Content-Transfer-Encoding: 8bit
Karsten Hopp bfce59
------------
Karsten Hopp bfce59
Karsten Hopp bfce59
Patch 7.1.084
Karsten Hopp bfce59
Problem:    Using the "-nb" argument twice causes netbeans not to get
Karsten Hopp bfce59
	    fileOpened events.
Karsten Hopp bfce59
Solution:   Change "&" to "&&". (Xavier de Gaye)
Karsten Hopp bfce59
Files:	    src/ex_cmds.c
Karsten Hopp bfce59
Karsten Hopp bfce59
Karsten Hopp bfce59
*** ../vim-7.1.083/src/ex_cmds.c	Wed Jul 25 22:55:22 2007
Karsten Hopp bfce59
--- src/ex_cmds.c	Tue Aug 21 15:02:43 2007
Karsten Hopp bfce59
***************
Karsten Hopp bfce59
*** 3776,3782 ****
Karsten Hopp bfce59
  	    workshop_file_opened((char *)curbuf->b_ffname, curbuf->b_p_ro);
Karsten Hopp bfce59
  # endif
Karsten Hopp bfce59
  # ifdef FEAT_NETBEANS_INTG
Karsten Hopp bfce59
! 	if (usingNetbeans & ((flags & ECMD_SET_HELP) != ECMD_SET_HELP))
Karsten Hopp bfce59
  	    netbeans_file_opened(curbuf);
Karsten Hopp bfce59
  # endif
Karsten Hopp bfce59
      }
Karsten Hopp bfce59
--- 3787,3793 ----
Karsten Hopp bfce59
  	    workshop_file_opened((char *)curbuf->b_ffname, curbuf->b_p_ro);
Karsten Hopp bfce59
  # endif
Karsten Hopp bfce59
  # ifdef FEAT_NETBEANS_INTG
Karsten Hopp bfce59
! 	if (usingNetbeans && ((flags & ECMD_SET_HELP) != ECMD_SET_HELP))
Karsten Hopp bfce59
  	    netbeans_file_opened(curbuf);
Karsten Hopp bfce59
  # endif
Karsten Hopp bfce59
      }
Karsten Hopp bfce59
*** ../vim-7.1.083/src/version.c	Sun Aug 19 22:42:27 2007
Karsten Hopp bfce59
--- src/version.c	Tue Aug 21 15:04:03 2007
Karsten Hopp bfce59
***************
Karsten Hopp bfce59
*** 668,669 ****
Karsten Hopp bfce59
--- 668,671 ----
Karsten Hopp bfce59
  {   /* Add new patch number below this line */
Karsten Hopp bfce59
+ /**/
Karsten Hopp bfce59
+     84,
Karsten Hopp bfce59
  /**/
Karsten Hopp bfce59
Karsten Hopp bfce59
-- 
Karsten Hopp bfce59
hundred-and-one symptoms of being an internet addict:
Karsten Hopp bfce59
220. Your wife asks for sex and you tell her where to find you on IRC.
Karsten Hopp bfce59
Karsten Hopp bfce59
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp bfce59
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp bfce59
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp bfce59
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///