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

@@ -4,8 +4,6 @@ local Screen = require('test.functional.ui.screen')
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
local command, request, neq = helpers.command, helpers.request, helpers.neq
if helpers.pending_win32(pending) then return end
describe('Buffer highlighting', function()
local screen
local curbuf