mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
fix(#620): Fall into the "update-all" branch if lang is "all"
This commit is contained in:
parent
d9454afd93
commit
333e1ab776
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ end
|
|||
|
||||
function M.update(lang)
|
||||
reset_progress_counter()
|
||||
if lang then
|
||||
if lang and lang ~= 'all' then
|
||||
install(false, 'force')(lang)
|
||||
else
|
||||
local installed = info.installed_parsers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue