Bug 29147 - vi -o2 unknown option ?
Summary: vi -o2 unknown option ?
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: vim
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-23 22:05 UTC by CoreDump
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-23 22:25:22 UTC
Embargoed:


Attachments (Terms of Use)

Description CoreDump 2001-02-23 22:05:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.0-0.99.11 i586)


vi used to accept parameter -o2 producing two windows split horizontally.

Reproducible: Always
Steps to Reproduce:
1. vi -o2 a b
	

Actual Results:  # vi -o2 a b
VIM - Vi IMproved 6.0v ALPHA (2001 Feb 11, compiled Feb 20 2001 14:27:13)
Unknown option: "-o2"
More info with: "vim -h"


Expected Results:  It should open a horizontally split window for files a
and b, no ?

Comment 1 Bernhard Rosenkraenzer 2001-02-23 22:25:18 UTC
vim-minimal doesn't and isn't supposed to handle -o2.
Install vim-enhanced.
If /bin is in your path before /usr/bin, you may also want to
echo 'alias vi=vim' >>~/.bashrc


Note You need to log in before you can comment on or make changes to this bug.