mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
[vim] enable source "none" for interactive mode.
This commit is contained in:
parent
a006aa3495
commit
6979b8f5f3
|
|
@ -127,6 +127,10 @@ try
|
|||
let dict.source = (empty($SHELL) ? 'sh' : $SHELL) . ' ' . s:shellesc(temps.source) . ' 2>/dev/null'
|
||||
endif
|
||||
|
||||
if has_key(dict, 'source') && type(dict.source) == 1 && dict.source == "none"
|
||||
unlet dict.source
|
||||
endif
|
||||
|
||||
if has_key(dict, 'source')
|
||||
let source = dict.source
|
||||
let type = type(source)
|
||||
|
|
|
|||
Loading…
Reference in a new issue