Vim Tips Wiki
Register
(standard format)
Line 1: Line 1:
  +
{{ScriptComments|900|hanoi: Tower of Hanoi game for Vim}}
  +
 
==Bug: Out of range errors==
 
==Bug: Out of range errors==
 
Hanoi gives out of range errors (list element -1) after moving the cursor to an empty pole, and stops.
   
  +
==Comments==
Hanoi gives out of range errors (list element -1) after moving the cursor to an empty pole, and stops.<br/>
 

Revision as of 09:48, 20 June 2011

Use this page to discuss script 900 900

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Bug: Out of range errors

Hanoi gives out of range errors (list element -1) after moving the cursor to an empty pole, and stops.

Comments