Skip to content

Instantly share code, notes, and snippets.

@Osse
Created November 4, 2012 14:24
Show Gist options
  • Save Osse/4012118 to your computer and use it in GitHub Desktop.
Save Osse/4012118 to your computer and use it in GitHub Desktop.
Server name
let server_name = v:servername ? v:servername : 'vimquiz'
let b:tiktok_pid = system(findfile('bin/tiktok', &rtp).' '.server_name.' "b:timer.tick()" &')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment