From 6d98aa649401387c8a91ba1ea9c0b5576c9f153c Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Thu, 13 Sep 2018 18:44:27 +0900 Subject: [PATCH] Fixup heading comments --- lib/rline_exp.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/rline_exp.c b/lib/rline_exp.c index af7704fd..981463b4 100644 --- a/lib/rline_exp.c +++ b/lib/rline_exp.c @@ -3,15 +3,9 @@ * of the NCSA / University of Illinois License - see LICENSE.md * Copyright (C) 2018 K. Lange * - * EXPERIMENTAL rline replacement with syntax highlight, based on - * bim's lightlighting and line editing. + * Experimental rline replacement with syntax highlighting, based + * on bim's highlighting and line editing. * - * Still needs tab completion, history, etc. integration, and a - * LOT of code cleanup because this is all basically just cut - * and pasted directly out of bim. - * - * Some key bindings should also be added (some of which are missing - * in bim as well) like ^W. */ #define _XOPEN_SOURCE #define _DEFAULT_SOURCE