mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1339
Problem: Warnings when building the GUI with MingW. (Cesar Romani) Solution: Add type cats. (Yasuhiro Matsumoto)
This commit is contained in:
@@ -328,7 +328,7 @@ edit(
|
||||
{
|
||||
int c = 0;
|
||||
char_u *ptr;
|
||||
int lastc;
|
||||
int lastc = 0;
|
||||
int mincol;
|
||||
static linenr_T o_lnum = 0;
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user