can it be set to a relative path or only dict file name?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
The following change will make it a home-relative path:
diff --git a/src/insexpand.c b/src/insexpand.c index 203ea6fc3..4cb8306e2 100644 --- a/src/insexpand.c +++ b/src/insexpand.c @@ -1041,7 +1041,7 @@ ins_compl_add( match->cp_fname = compl_curr_match->cp_fname; else if (fname != NULL) { - match->cp_fname = vim_strsave(fname); + match->cp_fname = home_replace_save(NULL, fname); flags |= CP_FREE_FNAME; } else
I'm not sure if that's short enough.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Modifying the source code is too troublesome for newble. T_T
Maybe some related settings would be better, like this set shortmess+=c ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
What kind of a bug report is this without filling out the report template? How about providing reproduction steps? I have no idea how you got that completion window. Sorry, closing as invalid. Please try better next time.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()