diff options
Diffstat (limited to 'runtime/doc/mlang.txt')
-rw-r--r-- | runtime/doc/mlang.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt index e0aa815f9..2e94d85d6 100644 --- a/runtime/doc/mlang.txt +++ b/runtime/doc/mlang.txt @@ -1,4 +1,4 @@ -*mlang.txt* For Vim version 7.1. Last change: 2006 Jul 12 +*mlang.txt* For Vim version 7.2a. Last change: 2008 Jun 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -73,6 +73,9 @@ use of "-" and "_". This sets $LC_TIME. Without an argument both are set, and additionally $LANG is set. + When compiled with the |+float| feature the LC_NUMERIC + value will always be set to "C", so that floating + point numbers use '.' as the decimal point. This will make a difference for items that depend on the language (some messages, time and date format). Not fully supported on all systems |