changeset 3941:5049eacbff0e v7.3.726

updated for version 7.3.726 Problem: Typos and duplicate info in README. Solution: Fix the text.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Nov 2012 21:45:25 +0100
parents b1b18442cf4b
children 50e4a21c7e77
files README.txt src/version.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt
+++ b/README.txt
@@ -97,15 +97,13 @@ The latest news about Vim can be found o
 If you have problems, have a look at the Vim FAQ:
 	http://vimdoc.sf.net/vimfaq.html
 
-If you still have problems, use one of the maillists to discuss t with Vim
-users and developers:
+If you still have problems or any other questions, use one of the mailing
+lists to discuss them with Vim users and developers:
 	http://www.vim.org/maillist.php
 
 If nothing else works, report bugs directly:
 	Bram Moolenaar <Bram@vim.org>
 
-There are several mailing lists for Vim, see http://www.vim.org/maillist.php.
-
 
 MAIN AUTHOR
 
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    726,
+/**/
     725,
 /**/
     724,