blob: 4f281759838d9d0da2b05e2d49d30ac5d8e5c2c3 [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
8config CONFIG_AWK
9 bool "awk"
10 default n
11 help
12 Please submit a patch to add help text for this item.
13
14config CONFIG_FEATURE_AWK_MATH
15 bool " Enable math functions (requires libm)"
16 default y
17 depends on CONFIG_AWK
18 help
19 Please submit a patch to add help text for this item.
20
21config CONFIG_SED
22 bool "sed"
23 default n
24 help
25 Please submit a patch to add help text for this item.
26
27config CONFIG_VI
28 bool "vi"
29 default n
30 help
31 Please submit a patch to add help text for this item.
32
33config CONFIG_FEATURE_VI_COLON
34 bool " Enable \":\" colon commands (no \"ex\" mode)"
35 default y
36 depends on CONFIG_VI
37 help
38 Please submit a patch to add help text for this item.
39
40config CONFIG_FEATURE_VI_YANKMARK
41 bool " Enable yank/put commands and mark cmds"
42 default y
43 depends on CONFIG_VI
44 help
45 Please submit a patch to add help text for this item.
46
47config CONFIG_FEATURE_VI_SEARCH
48 bool " Enable search and replace cmds"
49 default y
50 depends on CONFIG_VI
51 help
52 Please submit a patch to add help text for this item.
53
54config CONFIG_FEATURE_VI_USE_SIGNALS
55 bool " Catch signals"
56 default y
57 depends on CONFIG_VI
58 help
59 Please submit a patch to add help text for this item.
60
61config CONFIG_FEATURE_VI_DOT_CMD
62 bool " Remember previous cmd and \".\" cmd"
63 default y
64 depends on CONFIG_VI
65 help
66 Please submit a patch to add help text for this item.
67
68config CONFIG_FEATURE_VI_READONLY
69 bool " Enable -R option and \"view\" mode"
70 default y
71 depends on CONFIG_VI
72 help
73 Please submit a patch to add help text for this item.
74
75config CONFIG_FEATURE_VI_SETOPTS
76 bool " Enable set-able options, ai ic showmatch"
77 default y
78 depends on CONFIG_VI
79 help
80 Please submit a patch to add help text for this item.
81
82config CONFIG_FEATURE_VI_SET
83 bool " Support for :set"
84 default y
85 depends on CONFIG_VI
86 help
87 Please submit a patch to add help text for this item.
88
89config CONFIG_FEATURE_VI_WIN_RESIZE
90 bool " Handle window resize"
91 default y
92 depends on CONFIG_VI
93 help
94 Please submit a patch to add help text for this item.
95
96config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
97 bool " Optimize cursor movement"
98 default y
99 depends on CONFIG_VI
100 help
101 Please submit a patch to add help text for this item.
102
103endmenu
104