Remove eventignore - :Man now uses :tag to populate the page

This commit is contained in:
Rob Pilling
2019-11-13 21:56:20 +00:00
parent c6afad78d3
commit aeee41192b

View File

@@ -66,7 +66,6 @@ function! man#open_page(count, count1, mods, ...) abort
let [l:buf, l:save_tfu] = [bufnr(), &tagfunc]
try
set eventignore+=BufReadCmd
set tagfunc=man#goto_tag
let l:target = l:name . '(' . l:sect . ')'
if a:mods !~# 'tab' && s:find_man()
@@ -76,7 +75,6 @@ function! man#open_page(count, count1, mods, ...) abort
endif
finally
call setbufvar(l:buf, '&tagfunc', l:save_tfu)
set eventignore-=BufReadCmd
endtry
let b:man_sect = sect