summaryrefslogtreecommitdiff
path: root/gedit/gedit-commands-help.c
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2010-11-13 11:29:30 +0100
committerSteve Frécinaux <code@istique.net>2010-11-13 11:31:14 +0100
commit9dece4ae965164230b58e00967a333a0f784e25c (patch)
tree6378d5256a6beb9b961a9271ad7a634dc2e8f06d /gedit/gedit-commands-help.c
parentf6a84b235cdff80f43211779bd8f904a891e402a (diff)
downloadgedit-9dece4ae965164230b58e00967a333a0f784e25c.tar.gz
Fix modelines in C files to avoid errors in Vim
https://bugzilla.gnome.org/show_bug.cgi?id=634738
Diffstat (limited to 'gedit/gedit-commands-help.c')
-rw-r--r--gedit/gedit-commands-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index c793ac362..216d2baf4 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -117,4 +117,4 @@ _gedit_cmd_help_about (GtkAction *action,
g_object_unref (logo);
}
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */