[Kst] [Bug 92632] New: syntax error in vim modeline in getdata.c

D.V.Wiebe dwiebe at physics.utoronto.ca
Wed Nov 3 15:36:15 CET 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=92632        
           Summary: syntax error in vim modeline in getdata.c
           Product: kst
           Version: unspecified
          Platform: Slackware Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kst kde org
        ReportedBy: dwiebe physics utoronto ca


Version:           1.0.0_pre1 (using KDE KDE 3.3.1)
Installed from:    Slackware Packages
Compiler:          gcc (GCC) 3.3.4 
OS:                Linux

vim doesn't permit trailing characters in it's modeline specification.

--- getdata.c   2004-11-02 18:48:45.000000000 -0500
+++ getdata.c.new       2004-11-03 09:29:09.000000000 -0500
 @ -1518,4 +1518,5  @
 
   return (GetSPF(field_name, F, error_code));
 }
-/* vim: ts=2 sw=2 et */
+/* vim: ts=2 sw=2 et
+ */



More information about the Kst mailing list