Skip to content

Commit

Permalink
add snipfunction.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 1, 2015
1 parent 7f59f00 commit 2da93ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions autoload/xpt/snipfunction.vim
@@ -0,0 +1,16 @@
if exists( "g:__AL_XPT_EVAL_y732hj43k__" ) && g:__AL_XPT_EVAL_y732hj43k__ >= XPT#ver
finish
endif
let g:__AL_XPT_EVAL_y732hj43k__ = XPT#ver


let s:oldcpo = &cpo
set cpo-=< cpo+=B


let s:f = {}
let xpt#snipfunction#funcs = s:f

runtime! autoload/xpt/snipfuncs/*

let &cpo = s:oldcpo

0 comments on commit 2da93ef

Please sign in to comment.