head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.26.05.23.40;	author steve;	state dead;
branches;
next	1.1;

1.1
date	2000.06.28.16.36.54;	author alex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version 0.5.

PR:		25294
Submitted by:	Sergei Gnezdov <sergeiga@@yahoo.com>
@
text
@--- src/command_mode.c.orig	Sat Jun 17 15:24:19 2000
+++ src/command_mode.c	Sat Jun 17 15:57:34 2000
@@@@ -201,7 +201,7 @@@@
 	buf[4] = '\0';
 	if(!strcmp(buf, "grep"))
 	{
-		g_snprintf(buf, sizeof(buf), "vim \"+ grep %s\"", command);
+		g_snprintf(buf, sizeof(buf), "vi \"+ grep %s\"", command);
 		exec_in_xterm(buf);
 	}
 
@@@@ -280,7 +280,7 @@@@
 
 	if(!strcmp(command, "h"))
 	{
-		g_snprintf(buf, sizeof(buf), "%s -e vim %s/vide%s.txt",
+		g_snprintf(buf, sizeof(buf), "%s -e vi %s/vide%s.txt",
 				cfg.xterm_command, cfg.config_dir, VERSION);
 		file_exec(buf);
 	}
@@@@ -363,7 +363,7 @@@@
 	/* load file into vi */
 	if(!strcmp(command, "e"))
 	{
-		g_snprintf(buf, sizeof(buf), "%s -e vim \"%s\"", cfg.xterm_command, file);
+		g_snprintf(buf, sizeof(buf), "%s -e vi \"%s\"", cfg.xterm_command, file);
 		file_exec(buf);  
 		
 /*		g_snprintf(buf, sizeof(buf), ":e %s/%s\r", curr_view->dir, file);
@


1.1
log
@- USE_XLIB -> USE_X_PREFIX
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Replace external rxvt/vim with more common xterm/vi
- Fix pkg/PLIST

No response from MAINTAINER.

PR:		19526
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@

