Bug 4207 - vi: -c"set.." failure
Summary: vi: -c"set.." failure
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.17.x
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 03:46 UTC by Bee
Modified: 2011-09-19 03:46 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bee 2011-09-19 03:46:27 UTC
BusyBox v1.17.2 (2011-05-01 08:45:38 GMT-8)

These work:
vi -c"set noshowmatch" -c"set tabstop=2"
vi -c"set tabstop=2" -c"set noshowmatch"
vi -c "set tabstop=2 noshowmatch"

This will change noshowmatch but NOT change the tabstop=2:
vi -c "set noshowmatch tabstop=2"