commit | ed38b0ac415b84a10f7c3cf3e5aae34d834187f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 25 15:16:18 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 15:16:18 2011 +0200 |
tree | 824eaef196117bfbd1afbe7885c40ff8d4316582 | |
parent | 334adf0ae530a70454d9c01b8aeb717f324d7c97 [diff] [blame] |
updated for version 7.3.202 Problem: Cannot influence the indent inside a namespace. Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
diff --git a/src/version.c b/src/version.c index 64f49af..a85d4de 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 202, +/**/ 201, /**/ 200,