diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-09 20:12:19 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-09 20:12:19 -0500 |
| commit | b11ada1aba4c6d15128446b9669b5993ce937d11 (patch) | |
| tree | 5d67b48c5e3b0efa82deea612e9113077828fbd9 /src/nvim/testdir | |
| parent | c5b9e5d1d317b74d4adf7637cd9081be4ee52722 (diff) | |
| parent | f33abc4661d069727439958cedeaa4883ea3f298 (diff) | |
| download | rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.tar.gz rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.tar.bz2 rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.zip | |
Merge pull request #1628 from Pyrohh/misc-cleanup
More misc. platform cleanup
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test14.in | 6 | ||||
| -rw-r--r-- | src/nvim/testdir/test17.in | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/src/nvim/testdir/test14.in b/src/nvim/testdir/test14.in index fb987ebc88..6ebec99af6 100644 --- a/src/nvim/testdir/test14.in +++ b/src/nvim/testdir/test14.in @@ -13,11 +13,7 @@ vaBiBD:?Bug?,/Piece/-2w! test.out :s/i/~u~/ :s/o/~~~/ :.w >>test.out -:if has("ebcdic") -: let tt = "o\<C-V>193\<C-V>xc2\<C-V>o303 \<C-V>90a\<C-V>xfg\<C-V>o578\<Esc>" -:else -: let tt = "o\<C-V>65\<C-V>x42\<C-V>o103 \<C-V>33a\<C-V>xfg\<C-V>o78\<Esc>" -:endif +:let tt = "o\<C-V>65\<C-V>x42\<C-V>o103 \<C-V>33a\<C-V>xfg\<C-V>o78\<Esc>" :exe "normal " . tt :unlet tt :.w >>test.out diff --git a/src/nvim/testdir/test17.in b/src/nvim/testdir/test17.in index bc542c7625..64534ec77c 100644 --- a/src/nvim/testdir/test17.in +++ b/src/nvim/testdir/test17.in @@ -4,11 +4,7 @@ Tests for: STARTTEST :so small.vim -:if has("ebcdic") -: set isfname=@,240-249,/,.,-,_,+,,,$,:,~,{,} -:else -: set isfname=@,48-57,/,.,-,_,+,,,$,:,~,{,} -:endif +:set isfname=@,48-57,/,.,-,_,+,,,$,:,~,{,} :function! DeleteDirectory(dir) : if has("win16") || has("win32") || has("win64") || has("dos16") || has("dos32") : exec "silent !rmdir /Q /S " . a:dir |