diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2017-10-19 10:05:59 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:10:43 -0500 |
commit | 44dc8b475300f5fecf8d959c51a53f841802d188 (patch) | |
tree | dc265e7faeabb2a107c7bd980f031f24e7135c49 | |
parent | 10fbae086a205651b5ec76251f5bb4a4a6deaf06 (diff) | |
download | rneovim-44dc8b475300f5fecf8d959c51a53f841802d188.tar.gz rneovim-44dc8b475300f5fecf8d959c51a53f841802d188.tar.bz2 rneovim-44dc8b475300f5fecf8d959c51a53f841802d188.zip |
win: enable legacy test 093
-rw-r--r-- | test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua b/test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua index b1221ff8b6..f09fd9a6e5 100644 --- a/test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua +++ b/test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua @@ -7,8 +7,6 @@ local helpers = require('test.functional.helpers')(after_each) local feed, insert = helpers.feed, helpers.insert local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers.expect -if helpers.pending_win32(pending) then return end - describe('store cursor position in session file in Latin-1', function() setup(clear) |