From 7112776d1b04d2cb01a1b01c0edfa5b86ed88e99 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 20 Aug 2017 00:05:15 +0100 Subject: #653 Update tslint to set the filename key for problems in other files --- test/test_loclist_corrections.vader | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_loclist_corrections.vader') diff --git a/test/test_loclist_corrections.vader b/test/test_loclist_corrections.vader index e0a21da1..e6844d8e 100644 --- a/test/test_loclist_corrections.vader +++ b/test/test_loclist_corrections.vader @@ -303,7 +303,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf \ 'lnum': 2, \ 'col': 0, \ 'bufnr': bufnr(''), - \ 'filename': b:temp_name, \ 'vcol': 0, \ 'type': 'E', \ 'nr': -1, @@ -314,7 +313,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf \ 'lnum': 3, \ 'col': 0, \ 'bufnr': bufnr(''), - \ 'filename': b:temp_name, \ 'vcol': 0, \ 'type': 'E', \ 'nr': -1, -- cgit v1.2.3