mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.0287: Irix systems no longer exist
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
This commit is contained in:
committed by
Bram Moolenaar
parent
6d24a51b94
commit
aebc6ef7cd
@@ -4071,10 +4071,8 @@ addfile(
|
||||
/*
|
||||
* Append a slash or backslash after directory names if none is present.
|
||||
*/
|
||||
#ifndef DONT_ADD_PATHSEP_TO_DIR
|
||||
if (isdir && (flags & EW_ADDSLASH))
|
||||
add_pathsep(p);
|
||||
#endif
|
||||
((char_u **)gap->ga_data)[gap->ga_len++] = p;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user