updated for version 7.3.1308
Problem:    Typos in MS-Windows build settings and README.
Solution:   Minor changes to MS-Windows files.
diff --git a/src/VisVim/README_VisVim.txt b/src/VisVim/README_VisVim.txt
index fbe4b8b..25b0fbd 100644
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -282,7 +282,7 @@
   occasionally still seems to happen, but it's more stable now).
   (Vince Negri)
 - Added support for the new CTRL-\ CTRL-N command of Vim 5.4a.
-  This prevents Vim from beeping when a VisVim command is executed an Vim is
+  This prevents Vim from beeping when a VisVim command is executed and Vim is
   not in insert mode.
 
 
diff --git a/src/msvc2008.bat b/src/msvc2008.bat
index 1fc1fbf..c1cd76a 100644
--- a/src/msvc2008.bat
+++ b/src/msvc2008.bat
@@ -4,4 +4,4 @@
 rem See INSTALLpc.txt for information.
 @echo on
 
-call "%VS90COMNTOOLS%%vsvars32.bat"
+call "%VS90COMNTOOLS%vsvars32.bat"
diff --git a/src/msvc2010.bat b/src/msvc2010.bat
index d9fc6c0..5c258e9 100644
--- a/src/msvc2010.bat
+++ b/src/msvc2010.bat
@@ -4,4 +4,4 @@
 rem See INSTALLpc.txt for information.
 @echo on
 
-call "%VS100COMNTOOLS%%vsvars32.bat"
+call "%VS100COMNTOOLS%vsvars32.bat"
diff --git a/src/version.c b/src/version.c
index 1219092..5a200ae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1308,
+/**/
     1307,
 /**/
     1306,