Open techntools opened 1 year ago
Fixed by Vim patch 9.0.1432 (https://github.com/vim/vim/commit/6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f).
I have Vim compiled with that patch. Issue is still there.
omnifunc with that patch works fine without the plugin. But with the plugin's omnifunc, issue is there.
With
vim --clean /tmp/hera.vim -S /tmp/hera.vim
I used following script:
When I am using omnifunc from the plugin and
set nowrap
:But selection from menu gets inserted correctly.
With
set wrap
, it is in right position.Solved issue at Vim repo