When scripting in vim, is it possible to put a long string into multiple
lines for better readability?

 

e.g., can I do things like:

 

let a = "long string\

continue the string"

 

or 

 

let a = "long string"

"continue the string"

 

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to