Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

Vim errors when clink-repl is not in $PATH #146

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

When trying to open Vim from the Clink UI but clink-repl is not in $PATH, you get errors like the following:

Error detected while processing command line:
E609: Cscope error: /bin/sh: line 1: exec: clink-repl: not found

Jumping around naturally doesn't work once you enter Vim either, unless you happen to have a cscope.out that Vim falls back on.