diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-19 21:23:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-19 21:23:36 +0000 |
commit | 8424a624ce1c38716deabd47f4da23f1e81614bd (patch) | |
tree | 908266a65b60968cb3b662765198239944b2a365 /runtime/doc/version7.txt | |
parent | c1e37901fc8486c9960d7290e521ba51e292e94b (diff) | |
download | vim-git-8424a624ce1c38716deabd47f4da23f1e81614bd.tar.gz |
updated for version 7.0e03v7.0e03
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 4bafdbed5..624c194c0 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 18 +*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2556,4 +2556,7 @@ the tab page label was wrong and an error message would be given. The taglist() function could hang on a tags line with a non-ASCII character. +Win32: When 'encoding' differs from the system encoding tab page labels with +non-ASCII characters looked wrong. (Yegappan Lakshmanan) + vim:tw=78:ts=8:ft=help:norl: |