mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Remove spurious lang argument in TS detach, fix #164
This commit is contained in:
@@ -27,7 +27,7 @@ function! matchup#ts_engine#attach(bufnr, lang) abort
|
||||
let s:attached[a:bufnr] = a:lang
|
||||
endfunction
|
||||
|
||||
function! matchup#ts_engine#detach(bufnr, lang) abort
|
||||
function! matchup#ts_engine#detach(bufnr) abort
|
||||
unlet s:attached[a:bufnr]
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user