From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id D69E27FEFA for ; Tue, 1 Mar 2016 16:04:00 +0100 (CET) IronPort-PHdr: 9a23:7kR/9hBleXF89BJf7LVEUyQJP3N1i/DPJgcQr6AfoPdwSP7/pMbcNUDSrc9gkEXOFd2CrakU1KyJ6+u+BCQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTokb/qsMOOKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxdqE8CLhZFygOMmYv5cStuwOQYxGI4y47VmQInwAAKQHD4Bz+FsP2tirku/BV1iiAJtGwTLZxUzm466ZtDhPl3nRUfwUl+X3a35QjxJlQpwis8kRy Authentication-Results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=oliver@first.in-berlin.de; spf=None smtp.mailfrom=oliver@first.in-berlin.de; spf=None smtp.helo=postmaster@einhorn.in-berlin.de Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AaAgDrrtVWkwgqbcBehH+oMZF+AQGBcIdaPQ8BAQEBAQEBARABAQEBCQsLByEvgi2CPhUzQwIYDgKJEQShA49bj0V7jlKCNIE6BZcOgRuMPRlSaodXhVSNHwGBLDgBAQGBXQELAVGBUYkqAQEB X-IPAS-Result: A0AaAgDrrtVWkwgqbcBehH+oMZF+AQGBcIdaPQ8BAQEBAQEBARABAQEBCQsLByEvgi2CPhUzQwIYDgKJEQShA49bj0V7jlKCNIE6BZcOgRuMPRlSaodXhVSNHwGBLDgBAQGBXQELAVGBUYkqAQEB X-IronPort-AV: E=Sophos;i="5.22,523,1449529200"; d="scan'208";a="205270459" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2016 16:04:00 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from localhost (yak.in-berlin.de [192.109.42.109]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id u21F3xsD011329 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 1 Mar 2016 16:03:59 +0100 Received: from x55b2013f.dyn.telefonica.de (x55b2013f.dyn.telefonica.de [85.178.1.63]) by webmail.in-berlin.de (Horde Framework) with HTTP; Tue, 01 Mar 2016 16:03:59 +0100 Date: Tue, 01 Mar 2016 16:03:59 +0100 Message-ID: <20160301160359.Horde.DZY3pER1POd46Yrp3bfly8y@webmail.in-berlin.de> From: Oliver Bandel To: caml-list@inria.fr User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: [Caml-list] Quoted strings and vim-syntax-highlighting Hello, the vim-syntax highlighting seems not to know the "Quoted strings" (RefmMan 7.24). The following phrase breaks the syntax-highlighting at the '"'-symbol: Buffer.add_string buffer {|label("|}; Is this a known problem, that maybe will be fixed soon? Or are vim-syntax-experts here who can add this to the list of TODO's? Ciao, Oliver P.S.: This workaround works: Buffer.add_string buffer {|label("|};(*"*)