From 6c62ccc436d972a872616c187d460ed61c8bc0d2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 29 May 2015 17:30:47 +0200 Subject: Modified ^W in string (and file name) arguments: ensure that we always rub out beyond empty arguments * it was annoying not to be able to rub out anything with ^W if the current string argument was empty. * Now, the special file name and string argument handling for ^W is effective only if the current argument is non-empty, else we fall back to the rub-out-command behaviour. * So now, if you press ^W in a string argument, it is rubbed out until empty and on the next ^W press, the entire command will be rubbed out. --- doc/sciteco.7.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 06db3b2..4fccd33 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -346,7 +346,7 @@ T} T{ Rub out word/command T};23;^W;T{ -File name arguments +Non-empty file name arguments .br (modifier \fIdisabled\fP) T};T{ @@ -355,7 +355,7 @@ last filename component up to but not inluding the preceding directory separator. T} \^;\^;\^;T{ -String arguments +Non-empty string arguments .br (modifier \fIdisabled\fP) T};T{ -- cgit v1.2.3