mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
functests: Fix legacy/067_augroup_exists_spec
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user