0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

First step in the Vim 7.3 branch. Changed version numbers.

This commit is contained in:
Bram Moolenaar
2010-05-15 13:56:02 +02:00
parent 00a927d62b
commit fff2beeeaa
171 changed files with 421 additions and 1145 deletions

View File

@@ -37,8 +37,6 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
/* RCS_ID("$Id$ FAU") */
#include "vim.h"
#include <signal.h>
@@ -134,7 +132,7 @@ static void initmaster __ARGS((int));
static void
initmaster(f)
int f;
int f UNUSED;
{
#ifndef VMS
# ifdef POSIX