diff options
author | Walter Harms <wharms@bfs.de> | 2011-06-27 02:59:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-27 02:59:37 +0200 |
commit | b9ba580917b59e4770ba99db7c61288f2476eb61 (patch) | |
tree | cb8a6f71fa73527d6af24c049835927badc5581c /editors/Kbuild.src | |
parent | 52f4fe9db6cedfba332ee0923182f5b2e9d9673b (diff) | |
download | busybox-w32-b9ba580917b59e4770ba99db7c61288f2476eb61.tar.gz busybox-w32-b9ba580917b59e4770ba99db7c61288f2476eb61.tar.bz2 busybox-w32-b9ba580917b59e4770ba99db7c61288f2476eb61.zip |
vi: fix regex search, make it selectable in config
function old new delta
char_search 134 214 +80
find_pair 187 169 -18
mycmp 37 - -37
Signed-off-by: Walter Harms <wharms@bfs.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/Kbuild.src')
-rw-r--r-- | editors/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 2f23ae12f..8888cba12 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src | |||
@@ -12,4 +12,3 @@ lib-$(CONFIG_CMP) += cmp.o | |||
12 | lib-$(CONFIG_DIFF) += diff.o | 12 | lib-$(CONFIG_DIFF) += diff.o |
13 | lib-$(CONFIG_ED) += ed.o | 13 | lib-$(CONFIG_ED) += ed.o |
14 | lib-$(CONFIG_SED) += sed.o | 14 | lib-$(CONFIG_SED) += sed.o |
15 | lib-$(CONFIG_VI) += vi.o | ||