From db2e70ee3f050297752535a2f0c6eddc89bfa762 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 19 Nov 2014 00:49:58 -0500 Subject: [PATCH] Cider info op no longer embeds in value attribute Closes #186. --- plugin/fireplace.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index 11139cd..1941881 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1170,6 +1170,8 @@ function! fireplace#info(symbol) abort let response = fireplace#message({'op': 'info', 'symbol': a:symbol})[0] if type(get(response, 'value')) == type({}) return response.value + elseif has_key(response, 'file') + return response endif endif let cmd =