summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2012-11-23 21:45:25 +0100
committerBram Moolenaar <bram@vim.org>2012-11-23 21:45:25 +0100
commit4d4f151d4909bcb615ac0e8cd2114d0a83e107bb (patch)
tree11d95f25e7f9fd1836c3f8696957c97e6002fffd
parentb94aee7aa1b874301eef7acf454e22b7303e2079 (diff)
downloadvim-4d4f151d4909bcb615ac0e8cd2114d0a83e107bb.tar.gz
updated for version 7.3.726v7.3.726v7-3-726
Problem: Typos and duplicate info in README. Solution: Fix the text.
-rw-r--r--README.txt6
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 4209f3f0..c29d32f3 100644
--- a/README.txt
+++ b/README.txt
@@ -97,15 +97,13 @@ The latest news about Vim can be found on the Vim home page:
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
diff --git a/src/version.c b/src/version.c
index f8369554..62dd602f 100644
--- 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,