diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-10 03:05:28 -0400 | 
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-10 03:05:28 -0400 | 
| commit | a160590e40342f013b7da45d2ab0e1c6ed636d35 (patch) | |
| tree | acb505c22c42bf35612715c6aa9777feb7ec4ea2 /runtime/autoload | |
| parent | 5832809344e54b7d0253457b63173b8ac7dbb4db (diff) | |
| parent | 96546fb69636bd53d8f72d193af709f13af75b68 (diff) | |
| download | rneovim-a160590e40342f013b7da45d2ab0e1c6ed636d35.tar.gz rneovim-a160590e40342f013b7da45d2ab0e1c6ed636d35.tar.bz2 rneovim-a160590e40342f013b7da45d2ab0e1c6ed636d35.zip  | |
Merge #4813 'runtime: clipboard: start daemons in /'.
Diffstat (limited to 'runtime/autoload')
| -rw-r--r-- | runtime/autoload/provider/clipboard.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/autoload/provider/clipboard.vim b/runtime/autoload/provider/clipboard.vim index c7cb14ded7..2272519dfd 100644 --- a/runtime/autoload/provider/clipboard.vim +++ b/runtime/autoload/provider/clipboard.vim @@ -94,6 +94,7 @@ function! s:clipboard.set(lines, regtype, reg)    let selection.data = [a:lines, a:regtype]    let argv = split(s:copy[a:reg], " ")    let selection.detach = s:cache_enabled +  let selection.cwd = "/"    let jobid = jobstart(argv, selection)    if jobid <= 0      echohl WarningMsg  | 
