Merge pull request #21 from tartansandal/the-client-server-way

The client-server way
This commit is contained in:
Luke Stephens (hakluke) 2019-09-28 08:10:00 +10:00 committed by GitHub
commit 6a68e26e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,15 @@ Credit: @david50407
:let command='vim ''+\\!kill -9 ' . getpid() . ''' +qall -es' | execute "!" . command
```
## The Client-Server way
Credit: @tartansandal
If `+clientserver` is enabled -- typically the case for the GUI -- you can simply
```
:!gvim --remote-send ':q\!<CR>'
```
## The Yolo Way
Credit: @ryanc