Method: Neovim::Window#height

Defined in:
lib/neovim/window.rb

#heightInteger

Get the height of the window

Returns:

  • (Integer)
[View source] [View on GitHub]

18
19
20
# File 'lib/neovim/window.rb', line 18

def height
  get_height
end