From 512e6f700c136c8e29cfe8d974b6101d0bb49231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irving=20A=2E=20Berm=C3=BAdez=20S=2E?= Date: Mon, 11 Aug 2014 21:58:21 -0430 Subject: [PATCH] =?UTF-8?q?Added=20"=EF=B8=99"=20as=20another=20UTF-8=20ch?= =?UTF-8?q?aracter=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This character makes the indent line more appealing to the eye. The description of the Unicode character follows: U+FE19 ︙ ef b8 99 PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdf700..914560f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ for GVim, set `g:indentLine_color_gui` in your `.vimrc`, e.g. `let g:indentLine_ for none X terminal, set `g:indentLine_color_tty_light` and `g:indentLine_color_tty_dark` in your `.vimrc`. e.g. `let g:indentLine_color_tty_light = 7`(default: 4), `let g:indentLine_color_dark = 1`(default: 2). You can also change the indentLine char: -for both Vim and GVim, set `let g:indentLine_char = 'c'` where `'c'` can be any ASCII character. You can also use one of `¦`, `┆` or `│` to display more beautiful lines. However, these characters will only work with files whose encoding is UTF-8. +for both Vim and GVim, set `let g:indentLine_char = 'c'` where `'c'` can be any ASCII character. You can also use one of `¦`, `┆`, `︙` or `│` to display more beautiful lines. However, these characters will only work with files whose encoding is UTF-8. ### Font patching If you find all the standard unicode and ASCII characters too obtrusive, you might consider patching your font with the [indentLine-dotted-guide.eps][glyph] glyph provided. [FontForge][fontforge] makes the process amazingly simple: