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

it will generate a new jump line after change source code #31

Open dayancn opened 6 years ago

dayancn commented 6 years ago

I meet an issue in Ubuntu 14.04. When I try to jump a function, it can jump and lwindow just have one line. Then I changed the source and jump to it again. lwindow will show two lines for the same jump, the first one is still the old and the second one is correct.