Vim 状态栏预测/完成?

发布于 2024-11-28 16:56:32 字数 302 浏览 3 评论 0原文

昨天我玩了一些 vim 脚本,并设法对我目前正在输入的内容进行一些超出状态栏的预测,通过循环 - 请参阅屏幕截图(灰色+黄色条)。

问题是,我不记得我是如何得到它或找到我用于 vim 魔法的代码片段(我记得它非常简单):它要么是文档中的示例,要么是我在 vim wiki 中找到的东西。所以,我正在尝试回溯我的步骤 - 有关查找这些内容的 vimscript 函数的任何线索吗?我意识到这是一个奇怪的问题,但任何线索都会很棒 - 谢谢。

在此处输入图像描述

I played with some vim scripting yesterday and managed to get some over-the-status-bar prediction to whatever I'm typing at the moment, with cycling - see screenshot (gray + yellow bar).

Problem is, I can't remember how I got that or find the code snippet I used for that vim magic (I remember it being quite simple): it was either an example in the docs or something I picked up in the vim wiki. So, I'm trying to retrace my steps - any clue on what vimscript function/s to look up for these? I realize this is an odd question, but any clues will be great - thanks.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半步萧音过轻尘 2024-12-05 16:56:32

这是通过

:set wildmenu

在命令行中键入时按 完成的,完成选项将出现在上面。

This is done with

:set wildmenu

When you press <Tab> while typing in the command line, completion options will appear above.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文