diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-08 03:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-08 03:57:54 +0100 |
commit | 2a366b674aa572e7cbdef257c5597cf62c9a6f5f (patch) | |
tree | 4e140723fa3e46081e89c836db93bddd8cec9025 /test/functional/shada/buffers_spec.lua | |
parent | ca7a5c0ce7d499e9e792f9e2f5b16e821d07adb1 (diff) | |
parent | ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5 (diff) | |
download | rneovim-2a366b674aa572e7cbdef257c5597cf62c9a6f5f.tar.gz rneovim-2a366b674aa572e7cbdef257c5597cf62c9a6f5f.tar.bz2 rneovim-2a366b674aa572e7cbdef257c5597cf62c9a6f5f.zip |
Merge #5909 from justinmk/win32-xdg
Windows: fix XDG fallback paths
Diffstat (limited to 'test/functional/shada/buffers_spec.lua')
-rw-r--r-- | test/functional/shada/buffers_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/shada/buffers_spec.lua b/test/functional/shada/buffers_spec.lua index 7e6338897a..a4746c2205 100644 --- a/test/functional/shada/buffers_spec.lua +++ b/test/functional/shada/buffers_spec.lua @@ -8,8 +8,6 @@ local reset, set_additional_cmd, clear = shada_helpers.reset, shada_helpers.set_additional_cmd, shada_helpers.clear -if helpers.pending_win32(pending) then return end - describe('ShaDa support code', function() local testfilename = 'Xtestfile-functional-shada-buffers' local testfilename_2 = 'Xtestfile-functional-shada-buffers-2' |