Class VimMate::SearchWindow
In: lib/vimmatelib/search_window.rb
Parent: Object

A window that can be used to search for files

Methods

Constants

NAME = 0   Column for the file name
PATH = 1   Column for the full path of the file

Public Class methods

Public Instance methods

Add a block that will be called when the user choose to open the menu. The block takes one argument: the path to the file to open.

Add a block that will be called when the user choose to open a file The block take two argument: the path to the file to open, and a symbol to indicate the kind: :open, :split_open, :tab_open

Set the focus to the entry field in the file search list

The "window" for this object

[Validate]