Fork me on GitHub
#duct
<
2018-05-26
>
smonk19:05:44

in case of (a) - maybe you know some clever solution how to do it in vim?

weavejester19:05:19

@s.kopciewski I’m not at all familiar with fireplace.vim, but I think there’s an :exe command? Like :exe (reset)?

smonk19:05:39

mhm, I did some tests with eval, but it was not what I wanted

weavejester19:05:59

Oh, it’s :Eval, so :Eval (do (dev) (reset)) perhaps. And then you’d bind that command to one with :w as well.

weavejester19:05:23

So you’d have a command or key bound to “eval and save”

smonk19:05:33

hm,, I left (dev) before (reset).. maybe there was a problem here, thanks for the hint, I will check that

weavejester19:05:04

Sorry, I haven’t used Vim in years, so I can’t remember ways to create new commands.

smonk19:05:56

no problem, thanks anyway

weavejester19:05:28

@s.kopciewski If you find out how to perform a reset-then-save in Fireplace, let me know and I’ll put the command up on the wiki, if that’s okay by you.