yegappan / taglist

Source code browser plugin for Vim
BSD 2-Clause "Simplified" License
88 stars 39 forks source link

Error occurs when close a tabpage #14

Open walterchenqq opened 2 months ago

walterchenqq commented 2 months ago

vim 9.1, linux 3.10

  1. open a source file A with taglist open
  2. tabnew another source file B
  3. close B
  4. error occurs and message shows as below: Error detected while processing BufEnter Autocommands for "*"..function taglist#Tlist_Refresh: line 90: E490: No fold found

image Comment out this line solves this problem.