Spacevim: Ctrl+R is failed in detached FlyGrep

Created on 19 Dec 2018  路  2Comments  路  Source: SpaceVim/SpaceVim

Expected behavior, english is required

Ctrl+R (to paste from register) is failed in detached FlyGrep. I'd expect ^R to work as in any other window, to paste from some register. I guess "detach" script is not copying some "iedit" modules into detached plugin (see error text in screenshot below).

The reproduce ways from Vim starting (Required!)

tmp_dir=`mktemp -d`
git clone --recursive https://github.com/wsdjeg/FlyGrep.vim -- "$tmp_dir"
echo "se rtp+=$tmp_dir" > "$tmp_dir/init.vim"
nvim -u "$tmp_dir/init.vim" '+FlyGrep' # type some text then and press ^R
rm -rf -- "$tmp_dir" # cleanup

Screenshots

After pressing Ctrl-R (after entered some text):
screenshot from 2018-12-19 22-22-39

bug

Most helpful comment

This feature has been added.

All 2 comments

this feature is still wip

This feature has been added.

Was this page helpful?
0 / 5 - 0 ratings