add and remove tags

This commit is contained in:
2026-02-28 14:21:39 +01:00
parent 55bbeecb0a
commit 5d631a5506
4 changed files with 68 additions and 7 deletions

View File

@@ -81,9 +81,9 @@ endfunction
function denote#loclist#reload()
let l:context = getloclist(0, {'context': 1})['context']
if has_key(l:context, 'denote') && has_key(l:context, 'gfun')
execute ':lclose'
exe 'lclose'
call l:context['gfun']()
execute ':lwindow'
exe 'lwindow'
endif
endfunction