diff options
author | 2010-12-29 17:21:04 -0500 | |
---|---|---|
committer | 2010-12-29 17:21:04 -0500 | |
commit | d98dd19c2f0f4a84675d07eff34c641949a40019 (patch) | |
tree | 46dcbc3133a69d73bbe9e0c4e314a4e35cfa3371 /doc/manual/9_Preferences.md | |
parent | 99f45c277522bd5773d897447ac1f16c5d9d7d78 (diff) | |
download | textadept-d98dd19c2f0f4a84675d07eff34c641949a40019.tar.gz textadept-d98dd19c2f0f4a84675d07eff34c641949a40019.zip |
The filter-through module handles selected text as stdin better.
Diffstat (limited to 'doc/manual/9_Preferences.md')
-rw-r--r-- | doc/manual/9_Preferences.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md index 89abc852..12240863 100644 --- a/doc/manual/9_Preferences.md +++ b/doc/manual/9_Preferences.md @@ -27,6 +27,7 @@ with require 'textadept.command_entry' require 'textadept.editing' require 'textadept.find' + require 'textadept.filter_through' require 'textadept.mime_types' require 'textadept.run' require 'textadept.session' |