blob: 8f2b265bd2e50a8fd3410d3714a8a3b71dde20da [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Editors"
7
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008INSERT
9
Denis Vlasenko249fabf2006-12-19 00:29:22 +000010config FEATURE_ALLOW_EXEC
11 bool "Allow vi and awk to execute shell commands"
12 default y
13 depends on VI || AWK
14 help
Denys Vlasenkof5604222017-01-10 14:58:54 +010015 Enables vi and awk features which allow user to execute
Denis Vlasenko249fabf2006-12-19 00:29:22 +000016 shell commands (using system() C call).
Eric Andersenc9f20d92002-12-05 08:41:41 +000017
Denis Vlasenko249fabf2006-12-19 00:29:22 +000018endmenu