Method: Neovim::Window#buffer

Defined in:
lib/neovim/window.rb

#bufferBuffer

Get the buffer displayed in the window

Returns:

[View source] [View on GitHub]

11
12
13
# File 'lib/neovim/window.rb', line 11

def buffer
  get_buf
end