每次我在 vim 中打开我的 python 项目时,我似乎都必须运行 RopeGenerateAutoimportCache,然后才能使用 RopeAutoImport。如果我在缓存项目模块之前运行 RopeAutoImport,我会收到以下错误:
Global name my_func not found!
有没有办法在每次 vim 启动时生成缓存,或者最好保存缓存以在启动时重新读取?
每次我在 vim 中打开我的 python 项目时,我似乎都必须运行 RopeGenerateAutoimportCache,然后才能使用 RopeAutoImport。如果我在缓存项目模块之前运行 RopeAutoImport,我会收到以下错误:
Global name my_func not found!
有没有办法在每次 vim 启动时生成缓存,或者最好保存缓存以在启动时重新读取?