mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
functests: Fix legacy/wordcount_spec
Another test where bug was hidden by execute().
This commit is contained in:
@@ -12,9 +12,7 @@ describe('wordcount', function()
|
||||
before_each(clear)
|
||||
|
||||
it('is working', function()
|
||||
command('set selection=inclusive')
|
||||
command('fileformat=unix')
|
||||
command('fileformats=unix')
|
||||
command('set selection=inclusive fileformat=unix fileformats=unix')
|
||||
|
||||
insert([=[
|
||||
RESULT test:]=])
|
||||
|
||||
Reference in New Issue
Block a user