projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4dd07
)
vi: whitespace fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Oct 2008 19:04:37 +0000
(19:04 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 18 Oct 2008 19:04:37 +0000
(19:04 -0000)
editors/vi.c
patch
|
blob
|
history
diff --git
a/editors/vi.c
b/editors/vi.c
index 7b213dfb3f3326d1dde3c83841f8c9f236e5bbca..acbede359e23762e2be9bf66dc7d068ab39b5d67 100644
(file)
--- a/
editors/vi.c
+++ b/
editors/vi.c
@@
-214,9
+214,9
@@
struct globals {
// Should be just enough to hold a key sequence,
// but CRASHME mode uses it as generated command buffer too
#if ENABLE_FEATURE_VI_CRASHME
-
char readbuffer[128];
+ char readbuffer[128];
#else
-
char readbuffer[8];
+ char readbuffer[8];
#endif
#define STATUS_BUFFER_LEN 200
char status_buffer[STATUS_BUFFER_LEN]; // messages to the user