brookhong / cscope.vim

A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
120 stars 33 forks source link

Not support 2 vims generate cscope at the same time #16

Open liming01 opened 9 years ago

liming01 commented 9 years ago

If 2 vims generate cscope at different directories, only the last one will be finally logged. We should add a lock file as flag to avoid this kinds of parallel processing.