summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-04-28 12:57:36 +0200
committerBram Moolenaar <Bram@vim.org>2011-04-28 12:57:36 +0200
commitf1fda2d6e591a5b5bb549e4ca30c9029c544eea9 (patch)
tree536493017972bf1335b1ac2164c08355456a0df7 /src/version.c
parente962388eaca69d607e16b9c632d2b842848a6489 (diff)
downloadvim-git-f1fda2d6e591a5b5bb549e4ca30c9029c544eea9.tar.gz
updated for version 7.3.163v7.3.163
Problem: For the default of 'shellpipe' "mksh" and "pdksh" are not recognized. Solution: Recognize these shell names.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5b681a029..37a7034df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 163,
+/**/
162,
/**/
161,