0
0
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:
Yegappan Lakshmanan
2022-08-27 21:24:26 +01:00
committed by Bram Moolenaar
parent 6d24a51b94
commit aebc6ef7cd
8 changed files with 7 additions and 99 deletions

View File

@@ -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;
}