blob: 3b2e4a6c0d8a99502d47962a4a799fbbba60b728 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
Kartik Agaram43b17b12018-05-31 22:15:55 -07003# see docs/Kconfig-language.txt.
Eric Andersenc9f20d92002-12-05 08:41:41 +00004#
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 Vlasenko72089cf2017-07-21 09:50:55 +020015 Enables vi and awk features which allow user to execute
16 shell commands (using system() C call).
Eric Andersenc9f20d92002-12-05 08:41:41 +000017
Denis Vlasenko249fabf2006-12-19 00:29:22 +000018endmenu