I'm trying to translate text in vim with advise from Replace visual selection. But when I call system('ru2uk', getreg('"')) (args transmited by system's argument) python script doesn't receive args by txt=' '.join(sys.argv[1:]). Concatenation works, the code: system('ru2uk ' . getreg('"'))
Add a comment
|