add and remove tags
This commit is contained in:
@@ -43,5 +43,7 @@ function denote#ft#qf()
|
||||
" Denote-list specific configuration
|
||||
if l:context['denote'] == 'list'
|
||||
command! -nargs=1 -range -buffer DenoteSetTitle :call denote#notes#settitle(<line1>, <q-args>)
|
||||
command! -nargs=1 -range -buffer DenoteTagAdd :call denote#notes#tagmod(<line1>, <line2>, <q-args>, v:true)
|
||||
command! -nargs=1 -range -buffer DenoteTagRm :call denote#notes#tagmod(<line1>, <line2>, <q-args>, v:false)
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user