aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/vide/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/vide/files/patch-ad')
-rw-r--r--x11-fm/vide/files/patch-ad29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-fm/vide/files/patch-ad b/x11-fm/vide/files/patch-ad
deleted file mode 100644
index 1d6c7f28b4eb..000000000000
--- a/x11-fm/vide/files/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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);