Vim Tips Wiki
Advertisement

Use this page to discuss script 1291 1291

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

The page on luaref doesn't mention how to actually use it.

When you are editing a Lua file, move the cursor over the first word of a standard function such as 'couroutine.status'. Then, while still in visual mode, press \lr . That should take you to the page in the reference documentation for that function.

Advertisement