0
0
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:
Bram Moolenaar
2016-02-16 20:12:02 +01:00
parent 0c2c96e47c
commit 418f81b5fa
6 changed files with 68 additions and 57 deletions

View File

@@ -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;