rust-tools.nvim icon indicating copy to clipboard operation
rust-tools.nvim copied to clipboard

fix RustHoverRange

Open MaxVerevkin opened this issue 2 years ago • 1 comments

RustHoverRange was broken in two places:

  1. utils.request() was missing an argument, so it used to throw an error.
  2. RustHoverRange used the range of the previous visual selection, not the current one.

MaxVerevkin avatar May 06 '22 10:05 MaxVerevkin