Bug 4207

Summary: vi: -c"set.." failure
Product: Busybox Reporter: Bee <200309>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.17.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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"