Module Vim
In: lib/neovim/ruby_provider/vim.rb

The VIM module provides backwards compatibility for the legacy +:ruby+, +:rubyfile+, and +:rubydo+ vim functions.

Methods

Constants

Buffer = ::Neovim::Buffer
Window = ::Neovim::Window

Public Class methods

Delegate all method calls to the underlying +Neovim::Client+ object.

[Validate]