add and remove tags
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user