mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.1111 (#5004)
Problem: test_expand fails on MS-Windows.
Solution: Always use forward slashes. Remove references to test27.
f60b796fa9
This commit is contained in:

committed by
Justin M. Keyes

parent
8641e3a156
commit
6cee9d1a17
@@ -39,6 +39,9 @@ set nomore
|
||||
" Output all messages in English.
|
||||
lang mess C
|
||||
|
||||
" Always use forward slashes.
|
||||
set shellslash
|
||||
|
||||
" Source the test script. First grab the file name, in case the script
|
||||
" navigates away.
|
||||
let testname = expand('%')
|
||||
|
@@ -584,7 +584,7 @@ static int included_patches[] = {
|
||||
1114,
|
||||
1113,
|
||||
1112,
|
||||
// 1111,
|
||||
1111,
|
||||
1110,
|
||||
// 1109 NA
|
||||
1108,
|
||||
|
Reference in New Issue
Block a user