commit | 3a7d8c3adb80c26564fa2e25f0edda38c905c3a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 19 12:14:10 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 19 12:14:10 2011 +0200 |
tree | 9cfc9402aeacb9b714c8449349104f1966101125 | |
parent | e2bdce3f5c0fb52a733fa4ba4f8a299c81fc7b29 [diff] [blame] |
updated for version 7.3.190 Problem: When there is a "containedin" syntax argument highlighting may be wrong. (Radek) Solution: Reset current_next_list. (Ben Schmidt)
diff --git a/src/version.c b/src/version.c index d4c1517..c83ba0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 190, +/**/ 189, /**/ 188,