Method: Vimrunner::Client#foreground
- Defined in:
- lib/vimrunner/client.rb
#foreground ⇒ Object
Bring the server to foreground
203 204 205 |
# File 'lib/vimrunner/client.rb', line 203 def foreground server.remote_expr("foreground()") end |