微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

浏览eval会导致Vim Fireplace插件

如何在Fireplace中浏览以前的表单评估结果?例如,如果有两种形式

(Meta #'str)
(Meta #'use)

随后使用cpp命令进行评估,是否有可能在Vim缓冲区或某种quickfix列表中浏览这两个评估的输出

谢谢!

解决方法

您可以使用:Last获取最后一个评估值,并且:2之前的那个值,依此类推.从官方文档( https://github.com/tpope/vim-fireplace/blob/master/doc/fireplace.txt):

*fireplace-:Last*
:Last           Open the result of the last evaluation in the preview
                window.  Use :2Last to get the next-to-last result,and so on.  Once the window is open,cycle to older
                and newer entries with |:lprevIoUs| and |:lnext|.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐