summaryrefslogtreecommitdiff
path: root/runtime/doc/mlang.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-07-19 19:52:13 +0200
committerBram Moolenaar <bram@vim.org>2010-07-19 19:52:13 +0200
commit7677f069d28eecb8b1bb016461c137ea9fafddb8 (patch)
treeeec2a85b4dc5615d3c505dcf48ad7da6ddc99837 /runtime/doc/mlang.txt
parent95860a07457f6c1f16970d3376c8d07d87f98b01 (diff)
downloadvim-7677f069d28eecb8b1bb016461c137ea9fafddb8.tar.gz
Rename w_p_conceal to w_p_conc for consistency.
Diffstat (limited to 'runtime/doc/mlang.txt')
-rw-r--r--runtime/doc/mlang.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt
index d7127da3..d122521f 100644
--- a/runtime/doc/mlang.txt
+++ b/runtime/doc/mlang.txt
@@ -58,8 +58,10 @@ use of "-" and "_".
The locale {name} must be a valid locale on your
system. Some systems accept aliases like "en" or
"en_US", but some only accept the full specification
- like "en_US.ISO_8859-1".
- With the "messages" argument the language used for
+ like "en_US.ISO_8859-1". On Unix systems you can use
+ the this command to see what locales are supported: >
+ :!locale -a
+< With the "messages" argument the language used for
messages is set. This can be different when you want,
for example, English messages while editing Japanese
text. This sets $LC_MESSAGES.