summaryrefslogtreecommitdiffstats
path: root/src/context-fns.h
diff options
context:
space:
mode:
authorChris Morgan <chris.morganiser@gmail.com>2010-11-17 02:12:56 +0000
committerChris Morgan <chris.morganiser@gmail.com>2010-11-17 02:12:56 +0000
commit144819c918dc761641c3cb5a490205fb73194ee3 (patch)
treef31b7fae2277095598bc86d53d42e2593444282f /src/context-fns.h
parentAdded UTF-8 encoding declaration for inkex.py. (diff)
downloadinkscape-144819c918dc761641c3cb5a490205fb73194ee3.tar.gz
inkscape-144819c918dc761641c3cb5a490205fb73194ee3.zip
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
Diffstat (limited to 'src/context-fns.h')
-rw-r--r--src/context-fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context-fns.h b/src/context-fns.h
index 794f16c39..be8b4dfd5 100644
--- a/src/context-fns.h
+++ b/src/context-fns.h
@@ -44,4 +44,4 @@ Geom::Point setup_for_drag_start(SPDesktop *desktop, SPEventContext* ec, GdkEven
fill-column:99
End:
*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :