Ingo Karkat <[email protected]> wrote: > I would like to see runtime files treated the same way as all other Vim > sources. > Right now, no patches are published, and Bram just occasionally commits them > to > the repo.
Aren't you using Mercurial? Runtime files are now updated quite often in Mercurial. Here are the dates of the last 10 edits of file runtime/doc/todo.txt in Mercurial for example: $ hg log runtime/doc/todo.txt| grep '^date:' | head -10 date: Tue May 01 21:14:34 2012 +0200 date: Mon Apr 30 15:56:52 2012 +0200 date: Thu Apr 26 20:17:03 2012 +0200 date: Wed Apr 25 19:07:41 2012 +0200 date: Fri Apr 13 23:04:47 2012 +0200 date: Thu Apr 05 17:33:26 2012 +0200 date: Wed Mar 28 20:51:51 2012 +0200 date: Sun Mar 11 15:57:40 2012 +0100 date: Wed Feb 22 17:30:19 2012 +0100 date: Mon Feb 13 00:05:22 2012 +0100 Besides submitting patches to the vim runtime file, it would also be good to suggest authors of good syntax files not already present in the default Vim repository to submit them. For example, Vim has by default no syntax files for Scala, Go or Zimbu (among plenty of other syntax files) -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
