From c6039d8fcbcc991de374c50f0a2f7ffb96d8437c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 2 Dec 2005 00:44:04 +0000 Subject: updated for version 7.0162 --- src/bigvim.bat | 2 +- src/fileio.c | 2 ++ src/normal.c | 2 +- src/vim.def | 2 +- src/vim16.def | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/bigvim.bat b/src/bigvim.bat index 12b109d10..ded5bc41d 100644 --- a/src/bigvim.bat +++ b/src/bigvim.bat @@ -1,3 +1,3 @@ :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl -nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl58 DYNAMIC_PERL=yes PERL_VER=58 PYTHON=e:\python23 DYNAMIC_PYTHON=yes PYTHON_VER=23 RUBY=e:\ruby18 DYNAMIC_RUBY=yes RUBY_VER=18 RUBY_VER_LONG=1.8 TCL=e:\tcl DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes XPM=e:\xpm +nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=E:\perl58 DYNAMIC_PERL=yes PERL_VER=58 PYTHON=e:\python24 DYNAMIC_PYTHON=yes PYTHON_VER=24 RUBY=e:\ruby18 DYNAMIC_RUBY=yes RUBY_VER=18 RUBY_VER_LONG=1.8 TCL=e:\tcl DYNAMIC_TCL=yes %1 IME=yes CSCOPE=yes XPM=e:\xpm diff --git a/src/fileio.c b/src/fileio.c index 302e93a51..eaa2bd1b4 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5800,7 +5800,9 @@ vim_rename(from, to) errmsg = _("E210: Error reading \"%s\""); to = from; } +#ifndef UNIX /* for Unix mch_open() already set ther permission */ mch_setperm(to, perm); +#endif #ifdef HAVE_ACL mch_set_acl(to, acl); #endif diff --git a/src/normal.c b/src/normal.c index 2d574d5c0..405ac3dab 100644 --- a/src/normal.c +++ b/src/normal.c @@ -1140,7 +1140,7 @@ getcount: #endif } - /* get the length of mapped chars again after typing a count, second + /* Get the length of mapped chars again after typing a count, second * character or "z333". */ if (old_mapped_len > 0) old_mapped_len = typebuf_maplen(); diff --git a/src/vim.def b/src/vim.def index fec09c719..9fb80f728 100644 --- a/src/vim.def +++ b/src/vim.def @@ -1,4 +1,4 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 6.0' +DESCRIPTION 'Vim 7.0' HEAPSIZE 0,0 diff --git a/src/vim16.def b/src/vim16.def index 13b8c044e..452325cb2 100644 --- a/src/vim16.def +++ b/src/vim16.def @@ -1,5 +1,5 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 7.0aa' +DESCRIPTION 'Vim 7.0' STACKSIZE 16000 HEAPSIZE 10000 -- cgit v1.2.1