commit | 4ea8fe1d0600a7020c9f3a652f1d429a96965311 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 22:32:39 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 22:32:39 2006 +0000 |
tree | 11539bbb19bde18e6d1cc20ddd8109c7a05f174d | |
parent | 0fd9289de3079583cd19c88425277b99b5a15253 [diff] [blame] |
updated for version 7.0219
diff --git a/src/ex_getln.c b/src/ex_getln.c index 8328619..19b623c 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -2465,7 +2465,7 @@ int j; int newlen = 0; int mb_l; - int pc, pc1; + int pc, pc1 = 0; int prev_c = 0; int prev_c1 = 0; int u8c; @@ -3480,7 +3480,7 @@ { vim_free(files[i]); files[i] = p; -#if defined(BACKSLASH_IN_FILENAME) || defined(COLON_AS_PATHSEP) +#if defined(BACKSLASH_IN_FILENAME) p = vim_strsave_escaped(files[i], (char_u *)" "); if (p != NULL) {