nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a18b48f0f76590aa0b2775ecae82f1beca18703f
parent 25e9877607dad7e8498e8138855af7601b0502ec
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 26 Aug 2018 10:25:46 +0200

help: for ^R^X, mention that the buffer can be piped to the command

Diffstat:
Msrc/help.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/help.c b/src/help.c @@ -414,11 +414,12 @@ void help_init(void) htx[0] = N_("Execute Command Help Text\n\n " "This mode allows you to insert the output of a " "command run by the shell into the current buffer (or " - "a new buffer in multiple file buffer mode). If you " - "need another blank buffer, do not enter any " + "into a new buffer). If the command is preceded by the " + "pipe symbol (|), the current contents of the buffer " + "(or of the marked region) will be piped to the command. "); + htx[1] = N_("If you just need another blank buffer, do not enter any " "command.\n\n The following function keys are " "available in Execute Command mode:\n\n"); - htx[1] = NULL; htx[2] = NULL; } #endif /* !NANO_TINY */