diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-06 17:57:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-06 17:57:30 +0200 |
commit | 85eee130f44a2201d88ca2aeff0af3b11dd75fa9 (patch) | |
tree | 1748e216e4f90786b1a0789a054568976da40c42 /runtime/doc/mlang.txt | |
parent | 7ce551f317a0bb92f8c0521e96325301e2d220ca (diff) | |
download | vim-git-85eee130f44a2201d88ca2aeff0af3b11dd75fa9.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/mlang.txt')
-rw-r--r-- | runtime/doc/mlang.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt index 2d279124f..8ded9cd1e 100644 --- a/runtime/doc/mlang.txt +++ b/runtime/doc/mlang.txt @@ -1,4 +1,4 @@ -*mlang.txt* For Vim version 8.0. Last change: 2017 Mar 04 +*mlang.txt* For Vim version 8.0. Last change: 2018 May 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -190,8 +190,8 @@ you can do it without restarting Vim: > :source $VIMRUNTIME/menu.vim Each part of a menu path is translated separately. The result is that when -"Help" is translated to "Hilfe" and "Overview" to "Überblick" then -"Help.Overview" will be translated to "Hilfe.Überblick". +"Help" is translated to "Hilfe" and "Overview" to "Überblick" then +"Help.Overview" will be translated to "Hilfe.Überblick". ============================================================================== 3. Scripts *multilang-scripts* |