Guest User

Untitled

a guest
Jan 22nd, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if ! exists('*MyPlugin#doSomething')
  2. runtime autoload/MyPlugin.vim
  3. endif
  4. if exists('*MyPlugin#doSomething')
  5. call MyPlugin#doSomething(args)
  6. endif
Add Comment
Please, Sign In to add comment