Dear,<br><br>While trying to compile mzscheme integration into VIM 7, I noticed that the function &quot;scheme_current_continuation_marks&quot; changed as it now takes a prompt-tag.&nbsp; Googling around a bit and checking the sources of mzscheme, I noticed that this parameter can be left NULL.&nbsp; However, I was unable to find from which version this was changed.&nbsp; It would be nice if I could put proper # if MZSCHEME_MAJOR_VERSION checks in the code so that it can be reused by other vimmers.&nbsp; Does anyone know which version started this change, and additionally is there any documentation on how these sorts of C-functions are to be used (for instance, where would one get a proper parameter besides a default NULL?)
<br><br>With regards,<br>Christophe<br>