| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.631 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.631 |
| Problem: The default conceal character is documented to be a space but it's |
| initially a dash. (Christian Brabandt) |
| Solution: Make the intial value a space. |
| Files: src/globals.h |
| |
| |
| |
| |
| |
| *** 1167,1173 **** |
| EXTERN int lcs_tab2 INIT(= NUL); |
| EXTERN int lcs_trail INIT(= NUL); |
| #ifdef FEAT_CONCEAL |
| ! EXTERN int lcs_conceal INIT(= '-'); |
| #endif |
| |
| #if defined(FEAT_WINDOWS) || defined(FEAT_WILDMENU) || defined(FEAT_STL_OPT) \ |
| --- 1167,1173 ---- |
| EXTERN int lcs_tab2 INIT(= NUL); |
| EXTERN int lcs_trail INIT(= NUL); |
| #ifdef FEAT_CONCEAL |
| ! EXTERN int lcs_conceal INIT(= ' '); |
| #endif |
| |
| #if defined(FEAT_WINDOWS) || defined(FEAT_WILDMENU) || defined(FEAT_STL_OPT) \ |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 631, |
| /**/ |
| |
| -- |
| You can tune a file system, but you can't tuna fish |
| -- man tunefs |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |