mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.1889
Problem: When umask is set to 0177 Vim can't create temp files. (Lcd)
Solution: Also correct umask when using mkdtemp().
35d88f4e2f
This commit is contained in:
@@ -551,7 +551,7 @@ static int included_patches[] = {
|
||||
1892,
|
||||
// 1891 NA
|
||||
// 1890 NA
|
||||
// 1889,
|
||||
1889,
|
||||
// 1888 NA
|
||||
// 1887 NA
|
||||
// 1886 NA
|
||||
|
Reference in New Issue
Block a user