mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-01-01 06:14:24 -05:00
Correct error in redirection.
This commit is contained in:
@@ -201,7 +201,7 @@ function s:GPGInit()
|
|||||||
" windows specific settings
|
" windows specific settings
|
||||||
let s:shellredir = '>%s'
|
let s:shellredir = '>%s'
|
||||||
let s:shell = &shell
|
let s:shell = &shell
|
||||||
let s:stderrredirnull = '2>nul'
|
let s:stderrredirnull = '2>null'
|
||||||
else
|
else
|
||||||
" unix specific settings
|
" unix specific settings
|
||||||
let s:shellredir = &shellredir
|
let s:shellredir = &shellredir
|
||||||
|
|||||||
Reference in New Issue
Block a user