Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

&fillchars display issue #15

Closed
justinmk opened this issue Jan 14, 2013 · 1 comment
Closed

&fillchars display issue #15

justinmk opened this issue Jan 14, 2013 · 1 comment

Comments

@justinmk
Copy link

https://github.com/tpope/vim-sensible/blob/master/plugin/sensible.vim#L52
let &fillchars = "vert:\u259a,fold:\u00b7"

\u259a appears as a question-mark box on the latest gvim on Windows 7. This causes the vertical window separator to appear as a column of question marks.

In MacVim, the character appears as a checkered box, which I assume is intentional. In both cases, the vertical separator now occupies more visual space, so that the text abuts the split. This screenshot compares the default separator vs sensible.vim:
fillchars_vert_comparison

I suppose I could get used to that, but there is some value in having visual separation between the text and the window separator.

@tpope tpope closed this as completed in 312fff5 Jan 14, 2013
@tpope
Copy link
Owner

tpope commented Jan 14, 2013

I totally thought that line was doing something else when I copied and pasted. You're right it's kind of dumb. I've been trying it lately to see if I get used to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants