Update documentation for new modules 'refactor'/'textobjects'

This commit is contained in:
Stephan Seitz 2020-07-04 17:15:04 +02:00 committed by Thomas Vigouroux
parent 5e83307a43
commit d351c9b342
3 changed files with 72 additions and 2 deletions

View file

@ -27,7 +27,6 @@ function M.select_textobject(query_string)
local root = parser:parse():root()
local start_row, _, end_row, _ = root:range()
local nested = {}
local query = ts.parse_query(lang, query_string)
for m in queries.iter_prepared_matches(query, root, bufnr, start_row, end_row) do
for _, n in pairs(m) do