Skip to content

Commit

Permalink
Revert "TEMP smurf"
Browse files Browse the repository at this point in the history
This reverts commit 635c8da.
  • Loading branch information
justinmk committed Apr 27, 2019
1 parent 635c8da commit 58f0e8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/options/defaults_spec.lua
Expand Up @@ -261,9 +261,6 @@ describe('XDG-based defaults', function()
and { '/nvim-data/site', '/nvim-data/site/after', }
or { '/nvim/site', '/nvim/site/after', })

if iswin() then
eq(expected, rtp)
end
for _,v in ipairs(rtp) do
local m = string.match(v, [=[[/\]nvim[^/\]*[/\]site.*$]=])
if m and not table_contains(rv, m) then
Expand Down

0 comments on commit 58f0e8c

Please sign in to comment.