Method: Neovim::Window#width

Defined in:
lib/neovim/window.rb

#widthInteger

Get the width of the window

Returns:

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

34
35
36
# File 'lib/neovim/window.rb', line 34

def width
  get_width
end