1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/bin/svc

12 lines
417 B
Plaintext
Raw Normal View History

2017-11-08 21:14:40 +08:00
#!/usr/bin/env bash
#=============================================================================
# SpaceVim client mode
2019-06-09 14:11:17 +08:00
# Copyright (c) 2016-2019 Shidong Wang & Contributors
2017-11-08 21:14:40 +08:00
# Author: Shidong Wang < wsdjeg at 163.com >
# URL: https://spacevim.org
2018-02-15 22:25:03 +08:00
# License: GPLv3
2017-11-08 21:14:40 +08:00
#=============================================================================
2017-11-08 22:47:56 +08:00
/usr/bin/vim --servername /tmp/spacevim_vim_server --remote-silent $@