comparison src/testdir/test_ins_complete.vim @ 17553:76f2afc8cd93 v8.1.1774

patch 8.1.1774: test is silently skipped commit https://github.com/vim/vim/commit/3c610c96389bbb5f0fc83f0a515fc8f1b7f515e4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 29 21:03:45 2019 +0200 patch 8.1.1774: test is silently skipped Problem: Test is silently skipped. Solution: Throw "Skipped".
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jul 2019 21:15:07 +0200
parents 77c3f6428b6c
children 1348696d07cd
comparison
equal deleted inserted replaced
17552:58500373ac32 17553:76f2afc8cd93
333 endfunc 333 endfunc
334 334
335 " Test for insert path completion with completeslash option 335 " Test for insert path completion with completeslash option
336 func Test_ins_completeslash() 336 func Test_ins_completeslash()
337 if !has('win32') 337 if !has('win32')
338 return 338 throw 'Skipped: only works on MS-Windows'
339 endif 339 endif
340 340
341 call mkdir('Xdir') 341 call mkdir('Xdir')
342 342
343 let orig_shellslash = &shellslash 343 let orig_shellslash = &shellslash