jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.076

3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.076
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.076
3ef2ca
Problem:    "cgn" does not wrap around the end of the file. (Dimitrov
3ef2ca
            Dimitrov)
3ef2ca
Solution:   Restore 'wrapscan' earlier. (Christian Brabandt)
3ef2ca
Files:      src/search.c
3ef2ca
    
3ef2ca
3ef2ca
*** ../vim-7.4.075/src/search.c	2013-10-02 21:54:57.000000000 +0200
3ef2ca
--- src/search.c	2013-11-07 04:38:46.000000000 +0100
3ef2ca
***************
3ef2ca
*** 4592,4598 ****
3ef2ca
  				ml_get(curwin->w_buffer->b_ml.ml_line_count));
3ef2ca
  	    }
3ef2ca
  	}
3ef2ca
! 
3ef2ca
      }
3ef2ca
  
3ef2ca
      start_pos = pos;
3ef2ca
--- 4592,4598 ----
3ef2ca
  				ml_get(curwin->w_buffer->b_ml.ml_line_count));
3ef2ca
  	    }
3ef2ca
  	}
3ef2ca
! 	p_ws = old_p_ws;
3ef2ca
      }
3ef2ca
  
3ef2ca
      start_pos = pos;
3ef2ca
***************
3ef2ca
*** 4607,4613 ****
3ef2ca
      if (!VIsual_active)
3ef2ca
  	VIsual = start_pos;
3ef2ca
  
3ef2ca
-     p_ws = old_p_ws;
3ef2ca
      curwin->w_cursor = pos;
3ef2ca
      VIsual_active = TRUE;
3ef2ca
      VIsual_mode = 'v';
3ef2ca
--- 4607,4612 ----
3ef2ca
*** ../vim-7.4.075/src/version.c	2013-11-07 03:25:51.000000000 +0100
3ef2ca
--- src/version.c	2013-11-07 04:44:44.000000000 +0100
3ef2ca
***************
3ef2ca
*** 740,741 ****
3ef2ca
--- 740,743 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     76,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
INSPECTOR END OF FILM: Move along.  There's nothing to see!  Keep moving!
3ef2ca
   [Suddenly he notices the cameras.]
3ef2ca
INSPECTOR END OF FILM: (to Camera) All right, put that away sonny.
3ef2ca
   [He walks over to it and puts his hand over the lens.]
3ef2ca
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///