range package:nvim-hs

Range passed from neovim. Only set if CmdRange was used in the export declaration of the command. Example:
  • Just (1,12)
Let the command operate on each line in the given range.
Specification of a range that acommand can operate on.
Determines how neovim passes the range. Stringliterals: "%" for WholeFile, "," for line and ",123" for 123 lines.