From 84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 Mon Sep 17 00:00:00 2001 From: Julian Mehne Date: Tue, 16 Dec 2014 20:39:06 +0100 Subject: Remove superfluous settings from legacy tests. --- test/functional/legacy/027_expand_file_names_spec.lua | 1 - test/functional/legacy/043_magic_settings_spec.lua | 1 - 2 files changed, 2 deletions(-) (limited to 'test') diff --git a/test/functional/legacy/027_expand_file_names_spec.lua b/test/functional/legacy/027_expand_file_names_spec.lua index bff61c1516..d31f29d38a 100644 --- a/test/functional/legacy/027_expand_file_names_spec.lua +++ b/test/functional/legacy/027_expand_file_names_spec.lua @@ -10,7 +10,6 @@ describe('expand file name', function() setup(clear) it('is working', function() - execute('set nocp') execute('!mkdir Xdir1') execute('!mkdir Xdir2') execute('!mkdir Xdir3') diff --git a/test/functional/legacy/043_magic_settings_spec.lua b/test/functional/legacy/043_magic_settings_spec.lua index ccef298cdd..27694e3754 100644 --- a/test/functional/legacy/043_magic_settings_spec.lua +++ b/test/functional/legacy/043_magic_settings_spec.lua @@ -21,7 +21,6 @@ describe('regexp with magic settings', function() 9 foobar ]]) - execute('set nocompatible viminfo+=nviminfo') execute('/^1') execute([[/a*b\{2}c\+/e]]) feed([[x/\Md\*e\{2}f\+/e]]) -- cgit