On Wed, 14 Sep 2011, Peter Münster wrote: > Hello, > > How can I avoid the line-breaks here: > > --8<---------------cut here---------------start------------->8--- > \usemodule[vim] > \definevimtyping[C][syntax=c] > \starttext > bla \inlineC{void func(void)} bla > \stoptext > --8<---------------cut here---------------end--------------->8--- > > TIA for any help! The line breaks are due to before=\blank and after=\blank in setupvimtyping. The easiest solution is to ignore the before and after keys in \inline. See the updated t-filter module from the dev branch at github. Aditya