better vim modelines for raster code

SVN revision: 11910
This commit is contained in:
tsauerbeck 2004-10-19 16:50:27 +00:00 committed by tsauerbeck
parent b6fefbb683
commit 63f3874903
15 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "Ecore.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _ECORE_X_H

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "Ecore.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "Ecore.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "Ecore.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "edje_cc.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "edje_cc.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "edje_cc.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "edje_cc.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "edje_cc.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "Edje.h"

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*
* Small compiler
* Function and variable definition and declaration, statement parser.

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*
* Small compiler - File input, preprocessing and lexical analysis functions
*

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*
* Small compiler - Error message system
* In fact a very simple system, using only 'panic mode'.

View File

@ -1,5 +1,5 @@
/*
* vim:ts=8:sw=3:sts=3:noexpandtab
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "embryo_private.h"
#include <sys/time.h>