Bram Moolenaar schrieb:
> 
> Hello Vim users,
> 
> 
> Announcing:  Vim (Vi IMproved) version 7.2a BETA
> 
> 
> This is a BETA release of Vim 7.2.  It consists of Vim 7.1 plus all
> patches, updated runtime files and some more.
> 
> I expect this to be reasonable stable, since most of the patches have
> been used by many people already.  However, I did include several
> patches the last few days, this might break something.
> 
> Please report every problem you find!  The time until a 7.2 release
> depends on how many problems are reported.


Just a minor problem: Erlang header files usually have the extension .hrl
Could you add .hrl to runtime/filetype.vim, please ?

   Thanks !

      Karsten

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

diff -up vim72a/runtime/filetype.vim.erlang vim72a/runtime/filetype.vim
--- vim72a/runtime/filetype.vim.erlang  2008-06-26 22:55:26.000000000 +0200
+++ vim72a/runtime/filetype.vim 2008-06-26 22:56:10.000000000 +0200
@@ -633,7 +633,7 @@ func! s:FTe()
 endfunc
 
 " ERicsson LANGuage; Yaws is erlang too
-au BufNewFile,BufRead *.erl,*.yaws             setf erlang
+au BufNewFile,BufRead *.erl,*.hrl,*.yaws               setf erlang
 
 " Elm Filter Rules file
 au BufNewFile,BufRead filter-rules             setf elmfilt

Raspunde prin e-mail lui