===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-neovim-0.8.1/README.md-27-
ruby-neovim-0.8.1/README.md:28:You can control a running `nvim` process by connecting to `$NVIM_LISTEN_ADDRESS`. For example, to connect to `nvim` over a UNIX domain socket, start it up like this:
ruby-neovim-0.8.1/README.md-29-
##############################################
ruby-neovim-0.8.1/README.md-44-
ruby-neovim-0.8.1/README.md:45:Plugins are Ruby files loaded from the `$VIMRUNTIME/rplugin/ruby/` directory. Here's an example plugin:
ruby-neovim-0.8.1/README.md-46-
##############################################
ruby-neovim-0.8.1/CHANGELOG.md-64-- Add `Neovim.executable` for accessing `nvim` info
ruby-neovim-0.8.1/CHANGELOG.md:65:- Fix bug where `$curwin` and `$curbuf` got out of sync after `Vim.command`
ruby-neovim-0.8.1/CHANGELOG.md-66-  invocations