diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/normal/put_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/normal/put_spec.lua b/test/functional/normal/put_spec.lua index 29cef13e39..40a4f051e3 100644 --- a/test/functional/normal/put_spec.lua +++ b/test/functional/normal/put_spec.lua @@ -659,6 +659,7 @@ describe('put command', function() end) describe('put after the line with virtualedit', function() + -- luacheck: ignore 621 local test_string = [[ Line of words 1 test_stringx" Line of words 2]] @@ -855,6 +856,7 @@ describe('put command', function() end) describe('. register special tests', function() + -- luacheck: ignore 621 before_each(reset) it('applies control character actions', function() feed('i<C-t><esc>u') |