> :ruby a = %{1"foo'bar'\n"2}; VIM::command(%Q{let g:foo = '#{a.gsub
> ("'", "''")}'})

Or

VIM::command(%Q{let g:foo = #{a.inspect}})

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to