Method: Neovim::Window#width=

Defined in:
lib/neovim/window.rb

#width=(width) ⇒ Integer

Set the width of the window

Parameters:

  • width (Integer)

Returns:

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

42
43
44
45
# File 'lib/neovim/window.rb', line 42

def width=(width)
  set_width(width)
  width
end