Vim Tips Wiki
Register
(standard format)
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
Line 1: Line 1:
{{ScriptComments|900|hanoi: Tower of Hanoi game for Vim}}
+
{{ScriptComments|hanoi: Tower of Hanoi game for Vim}}
   
 
==Bug: Out of range errors==
 
==Bug: Out of range errors==

Revision as of 08:07, 15 November 2011

Use this page to discuss script 900 hanoi: Tower of Hanoi game for Vim

  • 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