commit | 250912918e303cef57cfaa6e1c54aaaac32a9189 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 18:35:57 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 18:35:57 2011 +0200 |
tree | 91d95b7d26cd0e364a4c304bc5b01923a97d8449 | |
parent | 73dc59aad86cd3e191b148ac367bf86daa42241c [diff] [blame] |
updated for version 7.3.329 Problem: When skipping over code from ":for" to ":endfor" get an error for calling a dict function. (Yasuhiro Matsumoto) Solution: Ignore errors when skipping over :call command.
diff --git a/src/version.c b/src/version.c index 3aa358f..edf6aaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 329, +/**/ 328, /**/ 327,