mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
host.vim: s:GetManifestPath(): octal permissions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user