diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 00:32:28 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 00:32:28 -0500 |
commit | b1cd16ab8def3828ace87339c5117e8b9e6f4fed (patch) | |
tree | 4ec775c1051ef2fc21033e0c115d9e85bfaa79ff /test | |
parent | bd19cc4f8fc3d02a030caba911a1af008585f688 (diff) | |
parent | 84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 (diff) | |
download | rneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.tar.gz rneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.tar.bz2 rneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.zip |
Merge pull request #1699 from three-comrades/fix-viminfo
Use a local viminfo file when running the old tests.
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/legacy/027_expand_file_names_spec.lua | 1 | ||||
-rw-r--r-- | test/functional/legacy/043_magic_settings_spec.lua | 1 |
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>]]) |