[Vimoutliner] otl2lyx.pl lost spaces no longer, minor change

Grahame Blackwood grahameblackwood at blueyonder.co.uk
Sun Feb 25 16:27:08 EST 2007


Hi

I've just realised that I misread the position where I inserted 

		print ' '; 

in otl2lyx.pl. I said it was between lines 239 and 240, but it really is 240 
and 241, ie it is inserted before the line.

	print "\n";

Or, more specifically, what was

		{
		print "\n";

became
		
		{
		print ' ';		
		print "\n";

I think I deleted a line in my early attempts at using vim - sorry for the 
confusion if any was caused.

Incidentally, I notice that a line of body text that is empty except for ": " 
then this starts a new environment in LyX, so until I can see how to prevent 
this happening, I'll either resist including blank lines to separate 
paragraphs in vimoutliner or put up with removing them in LyX.

Steve, you asked what version of LyX I am using and it's 1.4.2.

Cheers

G



More information about the VimOutliner mailing list