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

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents ffdfddd351b8
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
1789 refresh_inputline(); 1789 refresh_inputline();
1790 if (!update_roster) 1790 if (!update_roster)
1791 doupdate(); 1791 doupdate();
1792 return 0; 1792 return 0;
1793 } 1793 }
1794
1795 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */