[Tutor] How can I make my script work without calling Python?

D-Man dsh8290@rit.edu
Fri, 30 Mar 2001 13:05:52 -0500


On Fri, Mar 30, 2001 at 05:47:39PM +0100, ium@micromuse.com wrote:
| [D-Man wrote]
| -| 
| -| The only problem I have is that the first line (in the new buffer) is
| -| always blank with the header beginning on the second line.  Is there a
| -| way to fix this?
| -| 
| 
| try the following instead:
| 
| 	autocmd! BufNewFile *.py 0r ~/util/autoheader/Python
| 				 ^^

Works great!! Thanks.

-D