liquidz / vim-iced

Clojure Interactive Development Environment for Vim8/Neovim
https://liquidz.github.io/vim-iced/
MIT License
518 stars 35 forks source link

Treat metadata when evaluating #387

Open liquidz opened 2 years ago

liquidz commented 2 years ago

Currently evaluating outer list and outer top list does not treat metadata.

^:abcd [1|] ( | is the cursor position)

cf. https://github.com/BetterThanTomorrow/calva/issues/1551

liquidz commented 2 years ago

IcedEvalOuterTopList could treat metadata currently. cf. #423