如何在Fireplace中浏览以前的表单评估结果?例如,如果有两个表格
(meta #'str)
(meta #'use)
随后使用 cpp 命令进行评估,是否有可能在Vim缓冲区或某种quickfix列表中浏览这两个评估的输出?
谢谢!
答案 0 :(得分:9)
您可以使用:Last
获取上次评估的值,并使用前面的:2Last
,依此类推。从官方文档(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|.