mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:8.0.0437
Problem:    The packadd test does not create the symlink correctly and does
            not test the right thing.
Solution:   Create the directory and symlink correctly.
644df41c44
			
			
This commit is contained in:
		| @@ -515,7 +515,7 @@ static const int included_patches[] = { | |||||||
|   // 440, |   // 440, | ||||||
|   // 439, |   // 439, | ||||||
|   // 438, |   // 438, | ||||||
|   // 437, |   437, | ||||||
|   // 436, |   // 436, | ||||||
|   // 435, |   // 435, | ||||||
|   // 434, |   // 434, | ||||||
|   | |||||||
| @@ -89,7 +89,8 @@ describe('packadd', function() | |||||||
|         endif |         endif | ||||||
|         let top2_dir = s:topdir . '/Xdir2' |         let top2_dir = s:topdir . '/Xdir2' | ||||||
|         let real_dir = s:topdir . '/Xsym' |         let real_dir = s:topdir . '/Xsym' | ||||||
|         exec "silent! !ln -s" real_dir top2_dir |         call mkdir(real_dir, 'p') | ||||||
|  |         exec "silent! !ln -s Xsym" top2_dir | ||||||
|         let &rtp = top2_dir . ',' . top2_dir . '/after' |         let &rtp = top2_dir . ',' . top2_dir . '/after' | ||||||
|         let &packpath = &rtp |         let &packpath = &rtp | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 James McCoy
					James McCoy