diff options
author | Lewis Russell <lewis6991@gmail.com> | 2022-05-28 18:22:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 19:22:18 +0200 |
commit | eab4d03a3264b2afaf803ed839fa25bc4e7acedd (patch) | |
tree | c7ffb19ab84792f2562273df931e759dc0e2209a /runtime/lua/vim/_editor.lua | |
parent | 081eb72a80afd83398465382171765bdeaf6dba5 (diff) | |
download | rneovim-eab4d03a3264b2afaf803ed839fa25bc4e7acedd.tar.gz rneovim-eab4d03a3264b2afaf803ed839fa25bc4e7acedd.tar.bz2 rneovim-eab4d03a3264b2afaf803ed839fa25bc4e7acedd.zip |
fix(treesitter): offset directive associates range with capture (#18276)
Previously the `offset!` directive populated the metadata in such a way
that the new range could be attributed to a specific capture. #14046
made it so the directive simply stored just the new range in the
metadata and information about what capture the range is based from is
lost.
This change reverts that whilst also correcting the docs.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions