Bug 419211

Summary: Documentation error in vimtutor
Product: [Fedora] Fedora Reporter: Sudheer Satyanarayana <sudheer.s>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-25 16:49:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sudheer Satyanarayana 2007-12-11 05:11:30 UTC
Description of problem:

In Lesson 7.3: COMPLETION it is stated that

 3. Type the start of a command:  :e

  4. Press  CTRL-D  and Vim will show a list of commands that start with "e".

  5. Press <TAB>  and Vim will complete the command name to ":edit".

When I type :e and press tab, I see the command line completed to "earlier" not
"edit". The 5th step needs to be changed to something like

 5. Press <TAB>  and Vim will complete the command name to the first
command(when alphabetically listed in the shell) starting with e




Version-Release number of selected component (if applicable):
VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct  4 2007 10:45:32)
Included patches: 1-135


How reproducible:
Yes

Steps to Reproduce:
1. Type vimtutor in the terminal
2. scroll down to lesson 7.3 and follow the instructions in the chapter
3.
  
Actual results:
:earlier

Expected results:
:edit

Additional info:
I also emailed the authors at bware.edu. But the mail bounced back.

Comment 1 Karsten Hopp 2008-02-25 16:49:07 UTC
Please report this at vim-dev as other distributions most likely need
the same changes. Thanks !