Class VimMate::VimWindow
In: lib/vimmatelib/vim_window.rb
Parent: Object

A window that can display and send information to the GTK GUI of Vim (gVim)

Methods

focus_vim   gtk_window   new   open   start  

Public Class methods

Create the VimWindow. You must call start after this window is visible

Public Instance methods

Set the focus to Vim

The "window" for this object

Open the specified file in Vim

Start Vim‘s window. This must be called after the window which will contain Vim is visible.

[Validate]