mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
ftplugin: Fix invalid quotation level
This commit is contained in:
parent
8f60591714
commit
8f4a87e16e
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ execute "command! -range -nargs=* TaskWikiMod :<line1>,<line2>" . s:py . "S
|
|||
execute "command! -range -nargs=* TaskWikiAnnotate :<line1>,<line2>" . s:py . "SelectedTasks().annotate(<q-args>)"
|
||||
|
||||
" Interactive commands
|
||||
execute "command! -range TaskWikiChooseProject :<line1>,<line2>" . s:py . "ChooseSplitProjects("global").execute()"
|
||||
execute "command! -range TaskWikiChooseTag :<line1>,<line2>" . s:py . "ChooseSplitTags("global").execute()"
|
||||
execute "command! -range TaskWikiChooseProject :<line1>,<line2>" . s:py . "ChooseSplitProjects('global').execute()"
|
||||
execute "command! -range TaskWikiChooseTag :<line1>,<line2>" . s:py . "ChooseSplitTags('global').execute()"
|
||||
|
||||
" Meta commands
|
||||
execute "command! TaskWikiInspect :" . s:py . "Meta().inspect_viewport()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue