win: enable more functional tests

- plugin/shada_spec.lua: Use \r\n as Windows EOL for tests on
  BufWriteCmd, FileWriteCmd, FileAppendCmd. Alternative is 'set
  fileformat=unix'.
This commit is contained in:
Jan Edmund Lazo
2017-10-19 17:26:03 -04:00
committed by Justin M. Keyes
parent e9b5616eaf
commit 7311fb7cad
11 changed files with 7 additions and 36 deletions

View File

@@ -5,8 +5,6 @@ local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq
local feed_command, source, expect = helpers.feed_command, helpers.source, helpers.expect
local meths = helpers.meths
if helpers.pending_win32(pending) then return end
describe('completion', function()
local screen