summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-04-21 18:33:48 +0200
committerBram Moolenaar <Bram@vim.org>2015-04-21 18:33:48 +0200
commit79278367337be1e9a12222698642dcce0af1e059 (patch)
treee7ed1960e4cb4fdf3940d7f2212b2c6bf65ca820 /src/globals.h
parent40ce3a4e1f50badb75ca812e26557a9bc5fde8c6 (diff)
patch 7.4.710v7.4.710
Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 759c51016e..f0879dc670 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1163,6 +1163,7 @@ EXTERN int lcs_eol INIT(= '$');
EXTERN int lcs_ext INIT(= NUL);
EXTERN int lcs_prec INIT(= NUL);
EXTERN int lcs_nbsp INIT(= NUL);
+EXTERN int lcs_space INIT(= NUL);
EXTERN int lcs_tab1 INIT(= NUL);
EXTERN int lcs_tab2 INIT(= NUL);
EXTERN int lcs_trail INIT(= NUL);