Method: Neovim::Window#width=
- Defined in:
- lib/neovim/window.rb
permalink #width=(width) ⇒ Integer
Set the width of the window
42 43 44 45 |
# File 'lib/neovim/window.rb', line 42 def width=(width) set_width(width) width end |
Set the width of the window
42 43 44 45 |
# File 'lib/neovim/window.rb', line 42 def width=(width) set_width(width) width end |