From 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Sep 2017 16:28:43 +0200 Subject: regularize format of source file headers, no code changes Signed-off-by: Denys Vlasenko --- editors/vi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'editors/vi.c') diff --git a/editors/vi.c b/editors/vi.c index c010f7999..60c73c0eb 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -5,7 +5,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* * Things To Do: * EXINIT @@ -19,7 +18,6 @@ * ":r !cmd" and "!cmd" to filter text through an external command * An "ex" line oriented mode- maybe using "cmdedit" */ - //config:config VI //config: bool "vi (22 kb)" //config: default y -- cgit v1.2.3