[Bug 1765] New: vi set noai also sets noshowmatch

bugzilla at busybox.net bugzilla at busybox.net
Wed May 12 20:27:44 UTC 2010


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

           Summary: vi set noai also sets noshowmatch
           Product: Busybox
           Version: 1.16.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at busybox.net
        ReportedBy: 200309 at calcentral.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


I have been using Puppy/Quirky Linux which now has BusyBox 1.16.0 and Tiny vi.

I am a vim user and it is great to now have a default vi install, but I have
found a problem with a set command, outlined below:

set ignorecase                  ok does not set noshowmatch ??
set noignorecase                ok does not set noshowmatch ??

set ic                          !! also sets noshowmatch ??
set noic                        !! also sets noshowmatch ??

1049 setops(argp, "ignorecase ", i, "ic", VI_IGNORECASE);
1050 setops(argp, "showmatch ", i, "ic", VI_SHOWMATCH);

??? line 1050 should be ???
1050 setops(argp, "showmatch ", i, "sm", VI_SHOWMATCH);

Bill Muench
Santa Cruz, California
:wq

-- 
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