073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.420
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.420
073263
Problem:    It's not obvious how to add a new test.
073263
Solution:   Add a README file. (Christian Brabandt)
073263
Files:	    src/testdir/README.txt
073263
073263
073263
*** ../vim-7.4.419/src/testdir/README.txt	2014-08-29 10:04:24.754407374 +0200
073263
--- src/testdir/README.txt	2014-08-29 10:01:08.294406945 +0200
073263
***************
073263
*** 0 ****
073263
--- 1,18 ----
073263
+ This directory contains tests for various Vim features.
073263
+ 
073263
+ If it makes sense, try to add a new test to an already existing file.  You may
073263
+ want to separate it from other tests in that file using :" (that's an Ex
073263
+ command comment).
073263
+ 
073263
+ The numbered tests are older, we have switched to named tests.
073263
+ 
073263
+ To add a new test:
073263
+ 1) Create test_<subject>.in and test_<subject>.ok files.
073263
+ 2) Add them to all Makefiles (Make*) in alphabetical order (search for an
073263
+    existing test_file.out to see where to add the new one).
073263
+ 3) Use make test_<subject>.out to run a single test file in src/testdir/.
073263
+ 4) Also add an entry in src/Makefile.
073263
+ 
073263
+ Keep in mind that the files are used as if everything was typed.
073263
+ A line break is like pressing Enter.  If that happens on the last line you'll
073263
+ hear a beep.
073263
*** ../vim-7.4.419/src/version.c	2014-08-29 09:46:04.266404970 +0200
073263
--- src/version.c	2014-08-29 10:01:21.242406973 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     420,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
91. It's Saturday afternoon in the middle of May and you
073263
    are on computer.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///