tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim freeze for a couple second

pinggit opened this issue · comments

this is a weird issue.
whenever I save some of my file (not all), vim freeze for some notable seconds and continue.

I found this is related to:

  • file type , currently I have two files that have this problem, both are with ft asciidoc, if I set to other file type , like tcl, issue will go away
  • pathogen, if I remove this, issue will go:
execute pathogen#infect()

can you help to locate the issue?

Yeah, it's in one of the plugins that Pathogen is loading.

is there a way to resolve/workaround this issue?