From cf866e544689706a42747064a09de48c94f3a86f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 26 Jan 2007 02:27:34 +0000 Subject: [PATCH] Added vim settings to SDK files --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40380 --- public/IAdminSystem.h | 1 + public/IExtensionSys.h | 1 + public/IForwardSys.h | 1 + public/IHandleSys.h | 1 + public/ILibrarySys.h | 1 + public/IPluginSys.h | 1 + public/IRootConsoleMenu.h | 1 + public/IShareSys.h | 1 + public/ITextParsers.h | 1 + public/extensions/IThreader.h | 1 + public/sample_ext/extension.cpp | 1 + public/sample_ext/extension.h | 1 + public/sample_ext/smsdk_config.h | 1 + public/sample_ext/smsdk_ext.cpp | 1 + public/sample_ext/smsdk_ext.h | 1 + public/sm_platform.h | 1 + public/sourcepawn/sp_file_headers.h | 1 + public/sourcepawn/sp_typeutil.h | 1 + public/sourcepawn/sp_vm_api.h | 1 + public/sourcepawn/sp_vm_types.h | 1 + 20 files changed, 20 insertions(+) diff --git a/public/IAdminSystem.h b/public/IAdminSystem.h index 382dc63d..c335e453 100644 --- a/public/IAdminSystem.h +++ b/public/IAdminSystem.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IExtensionSys.h b/public/IExtensionSys.h index 2c03606e..dc434b96 100644 --- a/public/IExtensionSys.h +++ b/public/IExtensionSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IForwardSys.h b/public/IForwardSys.h index 05608fef..37ecfe27 100644 --- a/public/IForwardSys.h +++ b/public/IForwardSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IHandleSys.h b/public/IHandleSys.h index e9631892..71e0b42d 100644 --- a/public/IHandleSys.h +++ b/public/IHandleSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/ILibrarySys.h b/public/ILibrarySys.h index a8bafacf..51ba46ee 100644 --- a/public/ILibrarySys.h +++ b/public/ILibrarySys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IPluginSys.h b/public/IPluginSys.h index 6f4846fb..1f5526ec 100644 --- a/public/IPluginSys.h +++ b/public/IPluginSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IRootConsoleMenu.h b/public/IRootConsoleMenu.h index 01b5d4f3..ccb7877d 100644 --- a/public/IRootConsoleMenu.h +++ b/public/IRootConsoleMenu.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/IShareSys.h b/public/IShareSys.h index 528e4233..8fa8ec63 100644 --- a/public/IShareSys.h +++ b/public/IShareSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/ITextParsers.h b/public/ITextParsers.h index d7723cd9..995ac278 100644 --- a/public/ITextParsers.h +++ b/public/ITextParsers.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/extensions/IThreader.h b/public/extensions/IThreader.h index 6e934010..be47c9d7 100644 --- a/public/extensions/IThreader.h +++ b/public/extensions/IThreader.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/sample_ext/extension.cpp b/public/sample_ext/extension.cpp index dcdc0211..112d06ca 100644 --- a/public/sample_ext/extension.cpp +++ b/public/sample_ext/extension.cpp @@ -1,3 +1,4 @@ +// vim: set ts=4 : #include "extension.h" /** diff --git a/public/sample_ext/extension.h b/public/sample_ext/extension.h index cd40740e..4851c32c 100644 --- a/public/sample_ext/extension.h +++ b/public/sample_ext/extension.h @@ -1,3 +1,4 @@ +// vim: set ts=4 : #ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_ #define _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_ diff --git a/public/sample_ext/smsdk_config.h b/public/sample_ext/smsdk_config.h index 80cf4b6a..dfc8a925 100644 --- a/public/sample_ext/smsdk_config.h +++ b/public/sample_ext/smsdk_config.h @@ -1,3 +1,4 @@ +// vim: set ts=4 : #ifndef _INCLUDE_SOURCEMOD_EXTENSION_CONFIG_H_ #define _INCLUDE_SOURCEMOD_EXTENSION_CONFIG_H_ diff --git a/public/sample_ext/smsdk_ext.cpp b/public/sample_ext/smsdk_ext.cpp index 493cf7f3..33476c97 100644 --- a/public/sample_ext/smsdk_ext.cpp +++ b/public/sample_ext/smsdk_ext.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/sample_ext/smsdk_ext.h b/public/sample_ext/smsdk_ext.h index 85c70011..99706bbc 100644 --- a/public/sample_ext/smsdk_ext.h +++ b/public/sample_ext/smsdk_ext.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/sm_platform.h b/public/sm_platform.h index 062b08c8..b980ece5 100644 --- a/public/sm_platform.h +++ b/public/sm_platform.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/sourcepawn/sp_file_headers.h b/public/sourcepawn/sp_file_headers.h index 5f925bb2..63a0d1ab 100644 --- a/public/sourcepawn/sp_file_headers.h +++ b/public/sourcepawn/sp_file_headers.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/public/sourcepawn/sp_typeutil.h b/public/sourcepawn/sp_typeutil.h index b0dd39eb..e2282284 100644 --- a/public/sourcepawn/sp_typeutil.h +++ b/public/sourcepawn/sp_typeutil.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/public/sourcepawn/sp_vm_api.h b/public/sourcepawn/sp_vm_api.h index 86bedccb..f04dff14 100644 --- a/public/sourcepawn/sp_vm_api.h +++ b/public/sourcepawn/sp_vm_api.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/public/sourcepawn/sp_vm_types.h b/public/sourcepawn/sp_vm_types.h index 94a02f58..7218bc95 100644 --- a/public/sourcepawn/sp_vm_types.h +++ b/public/sourcepawn/sp_vm_types.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================