diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-10-26 07:05:52 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-10-31 22:55:07 -0400 |
commit | 4abed174965d306318ca2c78818d1141c268583c (patch) | |
tree | 1ee7ef09c018e241f0e0fd4d4c9f3b23022e6d1b | |
parent | 8e44396794221f2bdf3909970b2270234d3f7cdd (diff) | |
download | rneovim-4abed174965d306318ca2c78818d1141c268583c.tar.gz rneovim-4abed174965d306318ca2c78818d1141c268583c.tar.bz2 rneovim-4abed174965d306318ca2c78818d1141c268583c.zip |
functionaltest: win: enable shada FileWriteCmd
-rw-r--r-- | test/functional/plugin/shada_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/plugin/shada_spec.lua b/test/functional/plugin/shada_spec.lua index 5a5b4df1ef..1482d83ee6 100644 --- a/test/functional/plugin/shada_spec.lua +++ b/test/functional/plugin/shada_spec.lua @@ -2301,7 +2301,6 @@ describe('plugin/shada.vim', function() describe('event FileWriteCmd', function() it('works', function() - if helpers.pending_win32(pending) then return end nvim('set_var', 'shada#add_own_header', 0) curbuf('set_lines', 0, 1, true, { 'Jump with timestamp ' .. epoch .. ':', |