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

Update Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:32:11 +0100
parents 58d1390f28ca
children dd65a18dc480
comparison
equal deleted inserted replaced
1810:8c2651fc217a 1811:e6d355e50d7a
646 else if (max_num_of_blocks == 1) 646 else if (max_num_of_blocks == 1)
647 max_num_of_blocks = 2; 647 max_num_of_blocks = 2;
648 return (guint)max_num_of_blocks; 648 return (guint)max_num_of_blocks;
649 } 649 }
650 650
651 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 651 /* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */