073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.540
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.540 (after 7.4.539)
073263
Problem:    Cannot build with tiny and small features. (Taro Muraoka)
073263
Solution:   Add #ifdef around CMD_USER.
073263
Files:	    src/ex_docmd.c
073263
073263
073263
*** ../vim-7.4.539/src/ex_docmd.c	2014-11-30 14:50:12.259356186 +0100
073263
--- src/ex_docmd.c	2014-11-30 22:32:24.213687119 +0100
073263
***************
073263
*** 2129,2135 ****
073263
   * is equal to the lower.
073263
   */
073263
  
073263
!     if (ea.cmdidx != CMD_USER && ea.cmdidx != CMD_SIZE)
073263
  	ea.addr_type = cmdnames[(int)ea.cmdidx].cmd_addr_type;
073263
      else
073263
  	ea.addr_type = ADDR_LINES;
073263
--- 2129,2139 ----
073263
   * is equal to the lower.
073263
   */
073263
  
073263
!     if (ea.cmdidx != CMD_SIZE
073263
! #ifdef FEAT_USR_CMDS
073263
! 	&& ea.cmdidx != CMD_USER
073263
! #endif
073263
!        )
073263
  	ea.addr_type = cmdnames[(int)ea.cmdidx].cmd_addr_type;
073263
      else
073263
  	ea.addr_type = ADDR_LINES;
073263
*** ../vim-7.4.539/src/version.c	2014-11-30 14:50:12.259356186 +0100
073263
--- src/version.c	2014-11-30 22:34:06.820539874 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     540,
073263
  /**/
073263
073263
-- 
073263
SECOND SOLDIER: It could be carried by an African swallow!
073263
FIRST SOLDIER:  Oh  yes! An African swallow maybe ... but not a European
073263
                swallow. that's my point.
073263
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
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    ///