Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个相当大的 cscope.out 数据库(超过 2GB)和超过 1GB 的倒排索引,当我发出命令时:cscope add "path to database",我收到以下错误:
:cscope add "path to database"
E563: stat("path to database") error: 75
查看源代码,它似乎返回了 errno,其中 75 表示值对于定义的数据类型来说太大了。
我怎样才能让它加载我的数据库?
32 位 vim 对 cscope 数据库施加了 2GB 的限制。使用 64 位 vim 来克服这个限制。