mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.822
Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
This commit is contained in:
@@ -7001,7 +7001,7 @@ 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;
|
||||
prev_col = mouse_col;
|
||||
xterm_trace = 2;
|
||||
|
||||
/* Find the offset of the chars, there might be a scrollbar on the
|
||||
|
Reference in New Issue
Block a user