making them auto update
This commit is contained in:
parent
1cb47a0cc3
commit
579068034d
1056 changed files with 4 additions and 126967 deletions
|
|
@ -1,36 +0,0 @@
|
|||
XPTemplate priority=lang
|
||||
|
||||
let s:f = g:XPTfuncs()
|
||||
|
||||
XPTinclude
|
||||
\ _common/common
|
||||
\ _condition/c.like
|
||||
|
||||
|
||||
XPT for " for (... in ...) { ... }
|
||||
for (`name^ in `vec^)
|
||||
{
|
||||
`cursor^
|
||||
}
|
||||
|
||||
XPT while " while ( ... ) { ... }
|
||||
while ( `cond^ )
|
||||
{
|
||||
`cursor^
|
||||
}
|
||||
|
||||
XPT fun " ... <- function ( ... , ... ) { ... }
|
||||
`funName^ <- function( `args^ )
|
||||
{
|
||||
`cursor^
|
||||
}
|
||||
|
||||
XPT operator " %...% <- function ( ... , ... ) { ... }
|
||||
%`funName^% <- function( `args^ )
|
||||
{
|
||||
`cursor^
|
||||
}
|
||||
|
||||
XPT head " #! /usr/bin/env/Rscript
|
||||
#! /usr/bin/env Rscript
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue