# autoload_cscope.vim **Repository Path**: vim_runtime_plugins/autoload_cscope.vim ## Basic Information - **Project Name**: autoload_cscope.vim - **Description**: 将自动搜索和加载 cscope.out 数据库的脚本。 依赖可执行程序 cscope - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a mirror of http://www.vim.org/scripts/script.php?script_id=157 This plugin will automatically load cscope.out databases into vim when you open a C file. (headers included) It does a search starting at the directory that the file is in, and checking the parent directories until it find the cscope.out file. The idea being that you can start editing a source file deep in a project dir, and it will find the correct cscope database a couple dirs up. This version also creates some macros and a menu that can be useful. If you don't like them, you can set g:autocscope_menus to 0 and they won't load.