Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / run_command.py
index 89d42338a0ace03ea3f5d1781814ce8e7470a48c..7012c42746d1713c91cf8402d4e7af09152b539d 100644 (file)
@@ -93,4 +93,4 @@ def run(command_format, prog_name):
         sys.exit(0)
 
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99