|
Karsten Hopp |
98d7da |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
98d7da |
Subject: Patch 7.4.854
|
|
Karsten Hopp |
98d7da |
Fcc: outbox
|
|
Karsten Hopp |
98d7da |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
98d7da |
Mime-Version: 1.0
|
|
Karsten Hopp |
98d7da |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
98d7da |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
98d7da |
------------
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
Patch 7.4.854 (after 7.4.850)
|
|
Karsten Hopp |
98d7da |
Problem: Missing information about runtime files.
|
|
Karsten Hopp |
98d7da |
Solution: Add section about runtime files. (Christian Brabandt)
|
|
Karsten Hopp |
98d7da |
Files: CONTRIBUTING.md
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
*** ../vim-7.4.853/CONTRIBUTING.md 2015-09-01 19:50:05.697404798 +0200
|
|
Karsten Hopp |
98d7da |
--- CONTRIBUTING.md 2015-09-01 21:22:38.119765678 +0200
|
|
Karsten Hopp |
98d7da |
***************
|
|
Karsten Hopp |
98d7da |
*** 37,39 ****
|
|
Karsten Hopp |
98d7da |
--- 37,54 ----
|
|
Karsten Hopp |
98d7da |
Or open [the todo file] on GitHub to see the latest version.
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
[the todo file]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+ # Syntax, indent and other runtime files
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+ The latest version of these files can be obtained from the repository.
|
|
Karsten Hopp |
98d7da |
+ They are usually not updated with numbered patches.
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+ If you find a problem with one of these files or have a suggestion for
|
|
Karsten Hopp |
98d7da |
+ improvement, please first try to contact the maintainer directly.
|
|
Karsten Hopp |
98d7da |
+ Look in the header of the file for the name and email address.
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+ The maintainer will take care of issues and send updates to Bram for
|
|
Karsten Hopp |
98d7da |
+ distribution with Vim.
|
|
Karsten Hopp |
98d7da |
+
|
|
Karsten Hopp |
98d7da |
+ If the maintainer does not react, contact the vim-dev maillist.
|
|
Karsten Hopp |
98d7da |
*** ../vim-7.4.853/src/version.c 2015-09-01 20:53:20.294030821 +0200
|
|
Karsten Hopp |
98d7da |
--- src/version.c 2015-09-01 21:23:38.559133262 +0200
|
|
Karsten Hopp |
98d7da |
***************
|
|
Karsten Hopp |
98d7da |
*** 743,744 ****
|
|
Karsten Hopp |
98d7da |
--- 743,746 ----
|
|
Karsten Hopp |
98d7da |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
98d7da |
+ /**/
|
|
Karsten Hopp |
98d7da |
+ 854,
|
|
Karsten Hopp |
98d7da |
/**/
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
--
|
|
Karsten Hopp |
98d7da |
The Characters and incidents portrayed and the names used are fictitious and
|
|
Karsten Hopp |
98d7da |
any similarity to the names, characters, or history of any person is entirely
|
|
Karsten Hopp |
98d7da |
accidental and unintentional.
|
|
Karsten Hopp |
98d7da |
Signed RICHARD M. NIXON
|
|
Karsten Hopp |
98d7da |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
98d7da |
|
|
Karsten Hopp |
98d7da |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
98d7da |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
98d7da |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
98d7da |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|