NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
How vim ai works (Score:1)
In vim, when you enter a new line, the cursor is positioned according to the indentation level it should be, but no characters are actually entered. That is, if you use the cursor keys to leave the line and then come back to it, you will find that the line is empty. Only as soon as you type your first character do the indentation characters materialise.