diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-09 22:48:34 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-19 15:28:49 -0500 |
commit | 6f50fd6c35234313e2423cc0ac45223fcea58ba9 (patch) | |
tree | c1f9aef00f6e2032a64408f880ba2256fd722a5b /src | |
parent | 189427efd7b905c00f155f5f9ce5123eca599e44 (diff) | |
download | rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.gz rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.bz2 rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.zip |
Remove VMS remnants
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/os_unix.c | 1 | ||||
-rw-r--r-- | src/nvim/testdir/test30.in | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 612f475933..c8f09f9231 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -1,6 +1,5 @@ /* * VIM - Vi IMproved by Bram Moolenaar - * VMS merge by Zoltan Arpadffy * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. diff --git a/src/nvim/testdir/test30.in b/src/nvim/testdir/test30.in index 4a8778d2de..3f7b9eb472 100644 --- a/src/nvim/testdir/test30.in +++ b/src/nvim/testdir/test30.in @@ -24,12 +24,7 @@ STARTTEST :set nobin eol :bwipe XXUnix XXDos XXMac :" create mixed format files -:if has("vms") -: !copy XXUnix,XXDos XXUxDs. -: !copy XXUnix,XXMac XXUxMac. -: !copy XXDos,XXMac XXDosMac. -: !copy XXUnix,XXDos,XXMac XXUxDsMc. -:elseif has("win32") +:if has("win32") : !copy /b XXUnix+XXDos XXUxDs : !copy /b XXUnix+XXMac XXUxMac : !copy /b XXDos+XXMac XXDosMac |