comparison mcabber/mcabber/roster.c @ 1811:e6d355e50d7a

Update Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:32:11 +0100
parents eef8c9fff727
children 5dbb3ebbc466
comparison
equal deleted inserted replaced
1810:8c2651fc217a 1811:e6d355e50d7a
1760 1760
1761 g_hash_table_foreach(unread_jids, add_to_unreadjids, &list); 1761 g_hash_table_foreach(unread_jids, add_to_unreadjids, &list);
1762 return list; 1762 return list;
1763 } 1763 }
1764 1764
1765 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 1765 /* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */