public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf/files: proto.vim
@ 2011-02-06 18:06 Krzysztof Pawlik (nelchael)
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Pawlik (nelchael) @ 2011-02-06 18:06 UTC (permalink / raw
  To: gentoo-commits

nelchael    11/02/06 18:06:01

  Added:                proto.vim
  Log:
  Install file for ftdetect so Vim correctly recognizes protobuf files, see bug #353196.
  
  (Portage version: 2.1.9.36/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/protobuf/files/proto.vim

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/files/proto.vim?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/files/proto.vim?rev=1.1&content-type=text/plain

Index: proto.vim
===================================================================
augroup filetype
	au! BufRead,BufNewFile *.proto setfiletype proto
augroup end






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf/files: proto.vim
@ 2013-03-05 17:53 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-03-05 17:53 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/03/05 17:53:44

  Modified:             proto.vim
  Log:
  Simplify vim ftdetect file (bug #459304 by Laurent Bachelier).
  
  (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.2                  dev-libs/protobuf/files/proto.vim

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/files/proto.vim?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/files/proto.vim?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/files/proto.vim?r1=1.1&r2=1.2

Index: proto.vim
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/files/proto.vim,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proto.vim	6 Feb 2011 18:06:01 -0000	1.1
+++ proto.vim	5 Mar 2013 17:53:44 -0000	1.2
@@ -1,3 +1 @@
-augroup filetype
-	au! BufRead,BufNewFile *.proto setfiletype proto
-augroup end
+au BufRead,BufNewFile *.proto set filetype=proto





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-05 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 18:06 [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf/files: proto.vim Krzysztof Pawlik (nelchael)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-05 17:53 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox