Okay, this turned out to be easy: a simple failing to initialize
a variable.

--- src/files.c (revision 5337)
+++ src/files.c (working copy)
@@ -83,6 +83,7 @@
     openfile->lock_filename = NULL;
 #endif
 #ifndef DISABLE_COLOR
+    openfile->syntax = NULL;
     openfile->colorstrings = NULL;
 #endif
 }

This fixes it for me.

Fixed in SVN, r5338.  Should be in 2.4.3.

Benno

-- 
http://www.fastmail.com - Does exactly what it says on the tin


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to