Method: CommandT::VIM.get_string

Defined in:
lib/command-t/vim.rb

.get_string(name) ⇒ Object



33
34
35
# File 'lib/command-t/vim.rb', line 33

def get_string(name)
  exists?(name) ? ::VIM::evaluate("#{name}").to_s : nil
end