aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Mehne <github@nmehne.de>2014-12-16 20:39:06 +0100
committerJulian Mehne <github@nmehne.de>2014-12-18 00:50:17 +0100
commit84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 (patch)
treefc091316c9578e0530d98a4653c20648fe31ffba /test
parenta8c926fc912decdb32fbd2b3c7bae05afb319bc7 (diff)
downloadrneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.tar.gz
rneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.tar.bz2
rneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.zip
Remove superfluous settings from legacy tests.
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/027_expand_file_names_spec.lua1
-rw-r--r--test/functional/legacy/043_magic_settings_spec.lua1
2 files changed, 0 insertions, 2 deletions
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<cr>]])