Method: Neovim::Buffer#insert

Defined in:
lib/neovim/remote_object.rb

#insert(pos = nil, str) ⇒ Object



154
155
156
# File 'lib/neovim/remote_object.rb', line 154

def insert pos = nil, str
  self[ pos||0, 0] = str
end