diff options
Diffstat (limited to 'modules/textadept/filter_through.lua')
-rw-r--r-- | modules/textadept/filter_through.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua index e31de61f..07ef3aea 100644 --- a/modules/textadept/filter_through.lua +++ b/modules/textadept/filter_through.lua @@ -12,9 +12,8 @@ local tmpfile = _USERHOME..'/.ft' local filter_through_active = false --- --- Prompts for a Linux, BSD, Mac OSX, or Windows shell command to filter text --- through. --- The standard input (stdin) for shell commands is determined as follows: +-- Prompts the user for a Linux, BSD, Mac OSX, or Windows shell command to +-- filter text through with standard input (stdin) as follows: -- -- 1. If text is selected and spans multiple lines, all text on the lines -- containing the selection is used. However, if the end of the selection is at |