forked from adaptee/pinyin-completion
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: 多于一个匹配的中文目录补全时,会增加一个不存在的候选项 #3
Comments
这个不应该算一个bug. 最后那个是算在expand里面的all expansions里面的。 这个commit03f7ea2把all expansions删了但是还是不对: 当只有一个补全项时, 所以如果把all expansions去了,只有一个补全项的就补不出来了 解决办法有2种:
你喜欢哪个? |
@petronny ,您好! 个人觉得第一种解决办法比较合理,当然也不排除有其他用户喜欢第二种办法。如果您愿意的话也可以都实现,并提供一个选项或者环境变量供用户们选择采用那种办法。 此致! 🙇 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@petronny ,您好!
首先感谢您接手此项目并将此软件带到 [archlinuxcn] 仓库。 🌹
在此我冒昧报告一个问题:
使用
Zsh
配合此软件进行拼音补全时,当出现多于一个匹配的中文目录补全时,按Tab
键不知为何会增加一个候选项,内容为所有匹配中文目录连接在一起的字符串(并不存在名字为此字符串的目录),见图:如何去掉这一个多余且不存在的候选项?
在此祝您新年愉快! 🎁
此致! 🙇
The text was updated successfully, but these errors were encountered: