diff options
-rw-r--r-- | src/os_unix.h | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 4220534b9..5fc95eee0 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -290,7 +290,7 @@ typedef struct dsc$descriptor DESC; #endif -#if !defined(USR_EXRC_FILE2) +#if !defined(USR_VIMRC_FILE2) # ifdef OS2 # define USR_VIMRC_FILE2 "$HOME/vimfiles/vimrc" # else diff --git a/src/version.c b/src/version.c index 235dd2405..4097dac09 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711, |