# File lib/neovim/ruby_provider/window_ext.rb, line 13
    def self.[](index)
      ::Vim.get_current_tabpage.get_windows[index]
    end