I want to reload the Cscope database when open every file , not just init it one time, add change like this : +augroup autoload_cscope + au! + au BufEnter * call <SID>Cycle_csdb() + au BufUnload * call <SID>Unload_csdb() +augroup END
I want to reload the Cscope database when open every file ,
not just init it one time, add change like this :
+augroup autoload_cscope
+augroup END