mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
refactor: format test/*
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user