re-enable adding variables (path names) to list variable "sourcepath"
This commit is contained in:
parent
e145b0dac4
commit
7f2acbfaac
|
|
@ -9683,8 +9683,8 @@ int add_to_sourcepath(const char* filepath, const char* path)
|
|||
else
|
||||
return 1;
|
||||
|
||||
startwl = newwl = wl_from_string("sourcepath = ( ");
|
||||
endwl = wl_from_string(" )");
|
||||
startwl = newwl = wl_from_string("sourcepath=(");
|
||||
endwl = wl_from_string(")");
|
||||
|
||||
/* add fpath to 'sourcepath' list variable */
|
||||
if (cp_getvar("sourcepath", CP_LIST, NULL, 0)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue