mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Fix legacy/wordcount_spec
Another test where bug was hidden by execute().
This commit is contained in:
parent
bd84bf8c81
commit
444cab3731
@ -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:]=])
|
||||
|
Loading…
Reference in New Issue
Block a user