diff options
author | erw7 <erw7.github@gmail.com> | 2021-02-04 14:56:42 +0900 |
---|---|---|
committer | erw7 <erw7.github@gmail.com> | 2021-02-04 15:20:05 +0900 |
commit | 4dc41c051615a10a9a3650abb91e76197136aedd (patch) | |
tree | 96eea159b63c2e7e1414f73f91e560cfc0bd650d /runtime | |
parent | 1e3fadb4196275f45009350b15fd39aef9d848c7 (diff) | |
download | rneovim-4dc41c051615a10a9a3650abb91e76197136aedd.tar.gz rneovim-4dc41c051615a10a9a3650abb91e76197136aedd.tar.bz2 rneovim-4dc41c051615a10a9a3650abb91e76197136aedd.zip |
Change default for tpf option
Change the default of tpf to the same value as the default of xterm's
disallowedPasteControls, because it may be a security risk.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 903c99ec8f..98e2d50f1d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6290,7 +6290,7 @@ A jump table for the options with a short description can be found at |Q_op|. Requires an ISO-8613-3 compatible terminal. *'termpastefilter'* *'tpf'* -'termpastefilter' 'tpf' string (default: "") +'termpastefilter' 'tpf' string (default: "BS,HT,ESC,DEL") global A comma separated list of options for specifying control characters to be removed from the text pasted into the terminal window. The |