Hi fellow vim users

Below is my question on stackoverflow and the link to the question
itself if anyone feels like answering there (I will propagate the
solution both ways). Hope you can help.

Thanks

-----------------
http://stackoverflow.com/questions/10615908/how-to-make-vim-not-break-strings-when-autoformating/10616595#10616595
-----------------

I have a list of string values that I would like to autoformat but vim
breaks the strings if there is a space inside of it.

Can this be fixed somehow?

example

    "sdasda", "asdasdasd", "afasfasf", "asdasda asdasd", "asdasd"

becomes

    "sdasda", "asdasdasd", "afasfasf", "asdasda
    asdasd", "asdasd"

but I want

    "sdasda", "asdasdasd", "afasfasf",
    "asdasda asdasd", "asdasd"

Extra bonus: It would be nice for it to support different string
formatings (Python, ". ' and """)

-- 
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