Class: CommandT::Stub

Inherits:
Object
  • Object
show all
Defined in:
lib/command-t/stub.rb

Constant Summary collapse

@@load_error =
[
  'command-t.vim could not load the C extension.',
  'Please see INSTALLATION and TROUBLE-SHOOTING in the help.',
  "Vim Ruby version: #{actual}"
]

Instance Method Summary collapse

Instance Method Details

#active_finderObject



32
33
34
# File 'lib/command-t/stub.rb', line 32

def active_finder
  ''
end

#pathObject



36
37
38
# File 'lib/command-t/stub.rb', line 36

def path
  ''
end

#return_is_own_bufferObject



40
41
42
# File 'lib/command-t/stub.rb', line 40

def return_is_own_buffer
  0
end