diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-09-27 19:21:40 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-09-27 19:21:40 +0800 |
commit | dde62900c8cfed967bd54218c8eb0790954f8c14 (patch) | |
tree | c3bc82d0edcc3582578922bd0d13233ab751b576 /test/functional/legacy/listchars_spec.lua | |
parent | 3a1c33a6c3ad5074bfc442507282a438726f1b58 (diff) | |
parent | 542ed5f5d31647bfec6d3119f4e2993544530c35 (diff) | |
download | rneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.tar.gz rneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.tar.bz2 rneovim-dde62900c8cfed967bd54218c8eb0790954f8c14.zip |
Merge branch 'master' of https://github.com/neovim/neovim into vim-8.0.0101
fix Conflicts
Diffstat (limited to 'test/functional/legacy/listchars_spec.lua')
-rw-r--r-- | test/functional/legacy/listchars_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/legacy/listchars_spec.lua b/test/functional/legacy/listchars_spec.lua index 3c0fa48e76..cffb9fd376 100644 --- a/test/functional/legacy/listchars_spec.lua +++ b/test/functional/legacy/listchars_spec.lua @@ -4,12 +4,14 @@ local helpers = require('test.functional.helpers')(after_each) local feed, insert, source = helpers.feed, helpers.insert, helpers.source local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers.expect +-- luacheck: ignore 621 (Indentation) describe("'listchars'", function() before_each(function() clear() feed_command('set listchars&vi') end) + -- luacheck: ignore 613 (Trailing whitespace in a string) it("works with 'list'", function() source([[ function GetScreenCharsForLine(lnum) |