Method: Neovim::Window#buffer
- Defined in:
- lib/neovim/window.rb
permalink #buffer ⇒ Buffer
Get the buffer displayed in the window
11 12 13 |
# File 'lib/neovim/window.rb', line 11 def buffer get_buf end |
Get the buffer displayed in the window
11 12 13 |
# File 'lib/neovim/window.rb', line 11 def buffer get_buf end |