We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbf28c commit 3ba6db7Copy full SHA for 3ba6db7
plugin/orgmode.vim
@@ -7,7 +7,7 @@ function! OrgmodeInput(prompt, default, ...) abort
7
\ 'cancelreturn': v:null,
8
\ }
9
10
- if a:0 > 0
+ if a:0 > 0 && a:1 !=? v:null
11
let opts.completion = 'customlist,'..get(a:1, 'name')
12
endif
13
return input(opts)
0 commit comments