Re: [Patch] proper detection of ProC files.

2007-05-15 Thread Bram Moolenaar

Micah Cowan wrote:

 Fixes an apparent typo in filetype.vim.
 
 Per https://bugs.launchpad.net/ubuntu/+source/vim/+bug/86916.

Must have been there for a while.  Thanks for the fix!

-- 
In a world without fences, who needs Gates and Windows?

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


[Patch] proper detection of ProC files.

2007-05-14 Thread Micah Cowan
Fixes an apparent typo in filetype.vim.

Per https://bugs.launchpad.net/ubuntu/+source/vim/+bug/86916.

-- 
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

Index: runtime/filetype.vim
===
--- runtime/filetype.vim	(revision 292)
+++ runtime/filetype.vim	(working copy)
@@ -1286,7 +1286,7 @@
 au BufNewFile,BufRead *.it,*.ih			setf ppwiz
 
  Oracle Pro*C/C++
-au BufNewFile,BufRead .pc			setf proc
+au BufNewFile,BufRead *.pc			setf proc
 
  Privoxy actions file
 au BufNewFile,BufRead *.action			setf privoxy


signature.asc
Description: OpenPGP digital signature