Hello Bram, this maintainer ist not reachbale: <[email protected]>: 194.25.134.72_does_not_like_recipient./Remote_host_said:_550-5.1.1_user_unknown/550_5.1.1_Unknown_recipient./Giving_up_on_194.25.134.72./
and also i can't mail directly to you because of: I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[email protected]>: 194.77.85.16_does_not_like_recipient./Remote_host_said:_554_5.7.1_Service_unavailable;_Client_host_[213.165.64.23]_blocked_using_ix.dnsbl.manitu.net;_Your_e-mail_service_was_detected_by_mx.selfip.biz_(NiX_Spam)_as_spamming_at_Sun,_08_Jan_2012_23:07:04_+0100._Your_admin_should_visit_http://www.dnsbl.manitu.net/lookup.php?value=213.165.64.23/Giving_up_on_194.77.85.16./ I do not know whats wrong here. Therefor I send the patch to the list in hope it reaches there. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
jam.vim
Description: application/wine-extension-vim
--- jam.vim.orig 2011-11-30 20:48:28.000000000 +0000 +++ jam.vim 2012-01-08 22:08:37.000000000 +0000 @@ -1,7 +1,7 @@ " Vim syntax file " Language: JAM " Maintainer: Ralf Lemke ([email protected]) -" Last change: 09-10-2000 +" Last change: 2012 Jan 08 by Thilo Six " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded @@ -11,6 +11,9 @@ finish endif +let s:cpo_save = &cpo +set cpo&vim + if version >= 600 setlocal iskeyword=@,48-57,_,- else @@ -249,4 +252,6 @@ let b:current_syntax = "jam" +let &cpo = s:cpo_save +unlet s:cpo_save " vim: ts=8
