Extra space in pattern for DOS batch



Hi,

this patch removes extra space for DOS Batch file(s) pattern.

--- syntax/Syntax	Tue Jun 25 07:08:08 2002
+++ syntax/Syntax	Thu Jul  4 14:39:42 2002
@@ -96,7 +96,7 @@ include changelog.syntax
 file .\*[Mm]akefile[\\\.a-z]\*$ Makefile
 include makefile.syntax
 
-file ..\*\\.(bat|cmd) $ DOS\sBatch
+file ..\*\\.(bat|cmd)$ DOS\sBatch
 include dos.syntax
 
 file ..\*\\.(po|pot|pox)$ PO\sFile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]