mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Fix legacy/067_augroup_exists_spec
This commit is contained in:
parent
69d1003bf7
commit
d53fae5f54
@ -15,7 +15,9 @@ describe('augroup when calling exists()', function()
|
||||
command('au BufEnter * let g:entered=1')
|
||||
command('call add(results, "#BufEnter: " . exists("#BufEnter"))')
|
||||
command('call add(results, "#auexists#BufEnter: " . exists("#auexists#BufEnter"))')
|
||||
command('augroup auexists', 'au BufEnter * let g:entered=1', 'augroup END')
|
||||
command('augroup auexists')
|
||||
command('au BufEnter * let g:entered=1')
|
||||
command('augroup END')
|
||||
command('call add(results, "#auexists#BufEnter: " . exists("#auexists#BufEnter"))')
|
||||
command('call add(results, "#BufEnter#*.test: " . exists("#BufEnter#*.test"))')
|
||||
command('au BufEnter *.test let g:entered=1')
|
||||
|
Loading…
Reference in New Issue
Block a user