mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
vim-patch:7.4.1007
Problem: When a symbolic link points to a file in the root directory, the
swapfile is not correct.
Solution: Do not try getting the full name of a file in the root directory.
(Milly, closes vim/vim#501)
e3303cb081
This was already fixed in Neovim by c708061.
This commit is contained in:
@@ -671,7 +671,7 @@ static int included_patches[] = {
|
||||
// 1010,
|
||||
// 1009 NA
|
||||
// 1008 NA
|
||||
// 1007,
|
||||
1007,
|
||||
1006,
|
||||
// 1005 NA,
|
||||
// 1004 NA,
|
||||
|
||||
Reference in New Issue
Block a user