Method: Neovim::Window#height
- Defined in:
- lib/neovim/window.rb
permalink #height ⇒ Integer
Get the height of the window
18 19 20 |
# File 'lib/neovim/window.rb', line 18 def height get_height end |
Get the height of the window
18 19 20 |
# File 'lib/neovim/window.rb', line 18 def height get_height end |