2017-11-08 21:14:40 +08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
#=============================================================================
|
|
|
|
# SpaceVim client mode
|
2022-02-03 17:24:51 +08:00
|
|
|
# Copyright (c) 2016-2022 Wang Shidong & Contributors
|
2022-03-27 13:38:54 +08:00
|
|
|
# Author: Shidong Wang < wsdjeg@outlook.com >
|
2017-11-08 21:14:40 +08:00
|
|
|
# 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 $@
|