Patch 7.4.796
Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)
Files:      src/ops.c


*** ../vim-7.4.795/src/ops.c    2015-07-17 14:16:49.850596721 +0200
--- src/ops.c   2015-07-22 22:44:23.831980567 +0200
***************
*** 5429,5438 ****
        if (VIsual_mode == 'V')
        {
            VIsual.col = 0;
!           curwin->w_cursor.col = STRLEN(ptr);
        }
!       else if (VIsual_mode == Ctrl_V &&
!               VIsual.col > curwin->w_cursor.col)
        {
            t = VIsual;
            VIsual.col = curwin->w_cursor.col;
--- 5429,5437 ----
        if (VIsual_mode == 'V')
        {
            VIsual.col = 0;
!           curwin->w_cursor.col = (colnr_T)STRLEN(ptr);
        }
!       else if (VIsual_mode == Ctrl_V && VIsual.col > curwin->w_cursor.col)
        {
            t = VIsual;
            VIsual.col = curwin->w_cursor.col;
*** ../vim-7.4.795/src/version.c        2015-07-22 22:19:33.073837041 +0200
--- src/version.c       2015-07-22 22:44:59.071652665 +0200
***************
*** 743,744 ****
--- 743,746 ----
  {   /* Add new patch number below this line */
+ /**/
+     796,
  /**/

-- 
Place mark here ->[ ]<- if you want a dirty monitor.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui