Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/mcabber/files: mcabber-0.10.2_p20131025-vim-ftdetect.patch
Date: Sun, 30 Mar 2014 12:49:47
Message-Id: 20140330124940.E6D482005C@flycatcher.gentoo.org
1 wschlich 14/03/30 12:49:40
2
3 Added: mcabber-0.10.2_p20131025-vim-ftdetect.patch
4 Log:
5 fix bug #409499
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch?rev=1.1&content-type=text/plain
14
15 Index: mcabber-0.10.2_p20131025-vim-ftdetect.patch
16 ===================================================================
17 diff -urN mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim
18 --- mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim 2013-10-25 22:20:23.000000000 +0200
19 +++ mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim 2014-03-30 14:41:31.975129825 +0200
20 @@ -1,7 +1,7 @@
21 "
22 " Save this file in your ~/.vim/ftdetect/ folder
23
24 -function MCabber_log_ftdetect()
25 +function! MCabber_log_ftdetect()
26 if getline(1) =~ '^\u. \d\{8}T\d\d:\d\d:\d\dZ \d\{3} '
27 setlocal filetype=mcabber_log
28 endif