From 04f2f864e270e772c6326cefdf24947f0130e492 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 3 Jan 2024 02:09:18 +0100 Subject: refactor: format test/* --- test/functional/legacy/108_backtrace_debug_commands_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/legacy/108_backtrace_debug_commands_spec.lua') diff --git a/test/functional/legacy/108_backtrace_debug_commands_spec.lua b/test/functional/legacy/108_backtrace_debug_commands_spec.lua index 1c1a2095d5..ccdd0cd2be 100644 --- a/test/functional/legacy/108_backtrace_debug_commands_spec.lua +++ b/test/functional/legacy/108_backtrace_debug_commands_spec.lua @@ -9,7 +9,7 @@ describe('108', function() before_each(clear) it('is working', function() - command("set shortmess-=F") + command('set shortmess-=F') feed_command('lang mess C') feed_command('function! Foo()') feed_command(' let var1 = 1') -- cgit