How do I split long lines in a Vim script?

You can split long lines in a Vim script by inserting the backslash character (“\”) at the start of the next line. For example,

    set comments=sr:/*,mb:*,el:*/,

                \://,

                \b:#,

                \:%,

                \n:>,

                \fb:-

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind