Is there any vim plugin which allows splits for translations. (e.g. 2 vetical splits. one sentence per some block one left side, and mine translated text on right side. and even if translated text bigger than original it will display proper highlighted block on left side)
Maybe this works for you:
:vs
). :set wrap
to see more lines at a time. :set scrollbind
and :set cursorbind
in both windows. This will keep both windows in sync when you jump back and forth with the cursor.