diff src/utilops.c @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 9157291b79a4
children 0bea79d87065
line wrap: on
line diff
--- a/src/utilops.c	Sun Oct 05 18:25:44 2008 +0000
+++ b/src/utilops.c	Tue Oct 07 18:20:22 2008 +0000
@@ -2259,3 +2259,4 @@
 	gtk_clipboard_set_text(clipboard, new->str, new->len);
 	g_string_free(new, TRUE);
 }
+/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */