Results 92 comments of Iizuka Masashi

@Liverm0r Thanks for your suggestion! > May be it should be mirrored to the [docs](https://liquidz.github.io/vim-iced/) because it wasn't obvious. Indeed. I'll add documents for this. If you have a time,...

@tami5 Oh, nice catch! I'll have a look, but it may not be easy I think

It may be fixed by using `getline` instead of visual mode.

@tami5 Could you try `dev` branch? It may be fixed (WIP)

Oh, had broken. sorry I fixed but it may be buggy yet.

a45e9f1 is breaking `IcedFormat` command...

@tami5 Sorry a45e9f1 moves to `bugfix/eval-folded-code` branch once, and I reverted `dev` branch. a45e9f1 breaks processes which depends on [gv](https://vim-jp.org/vimdoc-en/visual.html#gv), so I'll look for another solution...

I'll try to use vim-sexp's `af` text object https://github.com/guns/vim-sexp/blob/master/doc/vim-sexp.txt#L72

@tami5 I force updated `bugfix/eval-folded-code` branch. It seems work well for now, but I'll continue to test more.