On Thu, Jul 30, 2015 at 11:29:04PM +0200, Christian Brabandt wrote:
> Hi Bram!
> 
> On Mi, 29 Jul 2015, Bram Moolenaar wrote:
> 
> > 
> > Christian Brabandt wrote:
> > 
> > > Bram,
> > > attached patch fix some coverity issues.
> > > 
> > > Issues can be seen, if you open the coverity defect view and search for 
> > > the CIDs (you can enter several CIDs in the search field by comma 
> > > separating them).
> > 
> > Thanks, I'll look into this.
> 
> Some more fixes.

> # HG changeset patch
> # Parent cbfae2243b94e54b07215748beea30cbe23933b4
> diff --git a/src/os_unix.c b/src/os_unix.c
> --- a/src/os_unix.c
> +++ b/src/os_unix.c
> @@ -7000,7 +7000,6 @@ do_xterm_trace()
>  
>       /* Rely on the same mouse code for the duration of this */
>       mouse_code = find_termcode(mouse_name);
> -     prev_row = mouse_row;
>       prev_row = mouse_col;

Shouldn't this instead be the below?

    prev_row = mouse_row;
    prev_col = mouse_col;


-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>

-- 
-- 
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.

Attachment: signature.asc
Description: Digital signature

Raspunde prin e-mail lui