[Bug 4207] New: vi: -c"set.." failure

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 19 03:46:27 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4207

           Summary: vi: -c"set.." failure
           Product: Busybox
           Version: 1.17.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: 200309 at calcentral.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


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"

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list