diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-02-16 20:12:02 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-02-16 20:12:02 +0100 |
| commit | 418f81b5fa400ed59793384f2f3d9df45390f080 (patch) | |
| tree | e2e69c026c062d0d483c47cddae106d4818a9ed8 /src/edit.c | |
| parent | 0c2c96e47c8b44f7d69da2add906224a89318ff7 (diff) | |
| download | vim-git-418f81b5fa400ed59793384f2f3d9df45390f080.tar.gz | |
patch 7.4.1339v7.4.1339
Problem: Warnings when building the GUI with MingW. (Cesar Romani)
Solution: Add type cats. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/edit.c')
| -rw-r--r-- | src/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c index 344f3793a..d6d31f990 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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; |
