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:
feb7ae7
)
- ditch 2 bytes
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 1 Oct 2007 18:04:42 +0000
(18:04 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 1 Oct 2007 18:04:42 +0000
(18:04 -0000)
editors/vi.c
patch
|
blob
|
history
diff --git
a/editors/vi.c
b/editors/vi.c
index eafe767f3963ff66b5bc10448edb10155c7c143c..25c8234b4c3f2f0224ec8b925b5d8b2d9bbeed85 100644
(file)
--- a/
editors/vi.c
+++ b/
editors/vi.c
@@
-1721,7
+1721,7
@@
static char *skip_thing(char * p, int linecnt, int dir, int type)
}
// find matching char of pair () [] {}
-static char *find_pair(char * p, char c)
+static char *find_pair(char * p, c
onst c
har c)
{
char match, *q;
int dir, level;
@@
-1895,8
+1895,8
@@
static void show_help(void)
"\n\tLast command repeat with \'.\'"
#endif
#if ENABLE_FEATURE_VI_YANKMARK
- "\n\tLine marking with
'x"
- "\n\tNamed buffers with
\"x"
+ "\n\tLine marking with 'x"
+ "\n\tNamed buffers with \"x"
#endif
#if ENABLE_FEATURE_VI_READONLY
"\n\tReadonly if vi is called as \"view\""