I would like to change the appearance of the vertical split division, which currently uses |. Is there a Vim setting, or can it be modified in the source code? Please give me some tips.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That settings is managed by the
fillcharssetting. To modify it to use a different character than|, useA single whitespace character for the vertical fillchar will make it so that your colorscheme’s vertical split color is all you see.
Example using a single whitespace character as the second sample above. The colorscheme background color shows through.
The width of the split line is dependent upon the current font size. It is one character width of the current fixed-width font.
Read the documentation on
fillcharswith