making them auto update

This commit is contained in:
ViktorBarzin 2017-07-09 00:01:28 +03:00
parent 1cb47a0cc3
commit 579068034d
1056 changed files with 4 additions and 126967 deletions

View file

@ -1,48 +0,0 @@
XPTemplate priority=like
let s:f = g:XPTfuncs()
XPTinclude
\ _common/common
XPT #inc " include <>
#include <`^.h>
XPT #include_user " include ""
XSET me=fileRoot()
#include "`me^.h"
XPT #ind alias=#include_user
XPT #if wrap " #if ..
#if `0^
`cursor^
#endif
XPT #ifdef wrap " #ifdef ..
#ifdef `symbol^
`cursor^
#endif `$CL^ `symbol^ `$CR^
XPT #ifndef wrap " #ifndef ..
#ifndef `symbol^
`cursor^
#endif `$CL^ `symbol^ `$CR^
XPT once wrap " #ifndef .. #define ..
XSET symbol=headerSymbol()
#ifndef `symbol^
# define `symbol^
`cursor^
#endif `$CL^ `symbol^ `$CR^