Method: Neovim::Window#width
- Defined in:
- lib/neovim/window.rb
permalink #width ⇒ Integer
Get the width of the window
34 35 36 |
# File 'lib/neovim/window.rb', line 34 def width get_width end |
Get the width of the window
34 35 36 |
# File 'lib/neovim/window.rb', line 34 def width get_width end |