Add vim modelines to some files.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2222 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
darthgandalf
2010-12-30 22:02:26 +00:00
parent 128af8e893
commit dc8a39db53
4 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# vim: filetype=make
ifneq "$(PYCFG)" ""
PYTHONCOMMON := $(shell $(PYCFG) --includes) $(shell $(PYCFG) --ldflags)
PYTHONCOMMON += -DSWIG_TYPE_TABLE=znc

View File

@@ -174,3 +174,4 @@ typedef vector<pair<CString, CString> > VPair;
}
%}
/* vim: set filetype=cpp noexpandtab: */