Hi all,
Is there a way to send a command containing a string "\n" via SendKeys
() function through OLE.
For example sending this following command.
:let var="abc\ndef"
Whenever I send a string containing character "\n". Only string before
the character "\n" will be executed. So, here this command will be
executed.
:let var="abc
And of course, it's a syntax error. Any suggestion how to send a
string containing character "\n"?
I have been trying to modify the number of backslashes.Yet, I haven't
found any clue.
Anna
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---