aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 28eca754a..0ed9edd6e 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21static const char vi_Version[] = 21static const char vi_Version[] =
22 "$Id: vi.c,v 1.34 2004/03/15 08:28:32 andersen Exp $"; 22 "$Id: vi.c,v 1.35 2004/03/31 11:12:51 andersen Exp $";
23 23
24/* 24/*
25 * To compile for standalone use: 25 * To compile for standalone use:
@@ -375,6 +375,7 @@ extern int vi_main(int argc, char **argv)
375#ifdef CONFIG_FEATURE_VI_READONLY 375#ifdef CONFIG_FEATURE_VI_READONLY
376 case 'R': // Read-only flag 376 case 'R': // Read-only flag
377 readonly = TRUE; 377 readonly = TRUE;
378 vi_readonly = TRUE;
378 break; 379 break;
379#endif /* CONFIG_FEATURE_VI_READONLY */ 380#endif /* CONFIG_FEATURE_VI_READONLY */
380 //case 'r': // recover flag- ignore- we don't use tmp file 381 //case 'r': // recover flag- ignore- we don't use tmp file