diff options
Diffstat (limited to 'editors/config.in')
-rw-r--r-- | editors/config.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/editors/config.in b/editors/config.in deleted file mode 100644 index 54e1a90e9..000000000 --- a/editors/config.in +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | mainmenu_option next_comment | ||
7 | comment 'Editors' | ||
8 | |||
9 | bool 'awk' CONFIG_AWK | ||
10 | if [ "$CONFIG_AWK" = "y" ]; then | ||
11 | bool ' Enable math functions (requires libm)' CONFIG_FEATURE_AWK_MATH | ||
12 | fi | ||
13 | bool 'sed' CONFIG_SED | ||
14 | bool 'vi' CONFIG_VI | ||
15 | if [ "$CONFIG_VI" = "y" ]; then | ||
16 | bool ' Enable ":" colon commands (no "ex" mode)' CONFIG_FEATURE_VI_COLON | ||
17 | bool ' Enable yank/put commands and mark cmds' CONFIG_FEATURE_VI_YANKMARK | ||
18 | bool ' Enable search and replace cmds' CONFIG_FEATURE_VI_SEARCH | ||
19 | bool ' Catch signals' CONFIG_FEATURE_VI_USE_SIGNALS | ||
20 | bool ' Remember previous cmd and "." cmd' CONFIG_FEATURE_VI_DOT_CMD | ||
21 | bool ' Enable -R option and "view" mode' CONFIG_FEATURE_VI_READONLY | ||
22 | bool ' Enable set-able options, ai ic showmatch' CONFIG_FEATURE_VI_SETOPTS | ||
23 | bool ' Support for :set' CONFIG_FEATURE_VI_SET | ||
24 | bool ' Handle window resize' CONFIG_FEATURE_VI_WIN_RESIZE | ||
25 | bool ' Optimize cursor movement' CONFIG_FEATURE_VI_OPTIMIZE_CURSOR | ||
26 | fi | ||
27 | endmenu | ||
28 | |||