comparison mcabber/src/settings.c @ 576:8b3db0b555a1

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents cc8c969ab6e5
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
329 default: // offline, invisible 329 default: // offline, invisible
330 break; 330 break;
331 } 331 }
332 return rstatus; 332 return rstatus;
333 } 333 }
334
335 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */