devel/vim vim-7.1-erlang.patch,NONE,1.1 vim.spec,1.192,1.193

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Mon Feb 25 16:57:13 UTC 2008


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9297

Modified Files:
	vim.spec 
Added Files:
	vim-7.1-erlang.patch 
Log Message:
- add filetype for Erlang header files (#417371)

vim-7.1-erlang.patch:

--- NEW FILE vim-7.1-erlang.patch ---
diff -up vim71/runtime/filetype.vim.erlang vim71/runtime/filetype.vim
--- vim71/runtime/filetype.vim.erlang	2008-02-25 17:50:50.000000000 +0100
+++ vim71/runtime/filetype.vim	2008-02-25 17:51:17.000000000 +0100
@@ -595,7 +595,7 @@ func! s:FTe()
 endfunc
 
 " ERicsson LANGuage
-au BufNewFile,BufRead *.erl			setf erlang
+au BufNewFile,BufRead *.erl,*hrl			setf erlang
 
 " Elm Filter Rules file
 au BufNewFile,BufRead filter-rules		setf elmfilt


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- vim.spec	25 Feb 2008 15:59:47 -0000	1.192
+++ vim.spec	25 Feb 2008 16:56:37 -0000	1.193
@@ -296,8 +296,7 @@
 Patch240: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.240
 Patch241: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.241
 Patch242: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.242
-Patch243: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.241
-Patch244: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.243
+Patch243: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.243
 Patch244: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.244
 Patch245: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.245
 Patch246: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.246
@@ -332,6 +331,7 @@
 # Remove this one when the runtime files get updated (#246378):
 Patch3013: vim-7.1-ada.patch
 #
+Patch3014: vim-7.1-erlang.patch
 Patch3100: vim-selinux.patch
 Patch3101: vim-selinux2.patch
 
@@ -733,6 +733,7 @@
 %patch3011 -p1
 %patch3012 -p1
 %patch3013 -p1
+%patch3014 -p1
 
 %if %{WITH_SELINUX}
 %patch3100 -p1
@@ -1114,6 +1115,7 @@
 - patchlevel 262
 - add fix for #231124, BOM was ignored
 - enable ruby interpreter (#215207)
+- add filetype for Erlang header files (#417371)
 
 * Mon Feb 11 2008 Karsten Hopp <karsten at redhat.com> 7.1.245-1
 - patchlevel 245




More information about the fedora-extras-commits mailing list