[PATCH 4/5] vim: fix (hack) cig/cit parsing within multipart/*

2011-07-11 Thread Jason Woofenden
The vim front-end isn't written to handle nested parts. This patch doesn't change that, it just changes the code to pretend that multipart/* sections end immediately. This makes the parsing code think that all sections are top-level, and are thus parsed well enough. The lovely result of this is t

[PATCH 4/5] vim: fix (hack) cig/cit parsing within multipart/*

2011-07-10 Thread Jason Woofenden
The vim front-end isn't written to handle nested parts. This patch doesn't change that, it just changes the code to pretend that multipart/* sections end immediately. This makes the parsing code think that all sections are top-level, and are thus parsed well enough. The lovely result of this is t