mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
host.vim: s:GetManifestPath(): octal permissions
This commit is contained in:
parent
acaf480bdc
commit
f9aa029a8b
@ -134,7 +134,7 @@ function! s:GetManifestPath() abort
|
||||
let dest = fnamemodify(expand(dest), ':p')
|
||||
if !empty(dest) && !filereadable(dest)
|
||||
let dest .= ('/' ==# dest[-1:] ? '' : '/') . 'nvim'
|
||||
call mkdir(dest, 'p', 700)
|
||||
call mkdir(dest, 'p', 0700)
|
||||
let manifest_base = dest
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user