diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-19 21:37:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-19 21:37:59 +0000 |
commit | fe5cafe9b42014195e256138f75f55c4dfafd198 (patch) | |
tree | 8b0383f96c78c421bac8a7a1468abc6ff51f2d5a | |
parent | b6b6dc8973a0fc17f8a853362ecd8c0bbcfcda7d (diff) | |
download | vim-git-fe5cafe9b42014195e256138f75f55c4dfafd198.tar.gz |
updated for version 7.0068
-rw-r--r-- | runtime/doc/tips.txt | 4 | ||||
-rw-r--r-- | runtime/doc/version6.txt | 4 | ||||
-rw-r--r-- | src/version.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt index c4857a31d..d60ff1483 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -1,4 +1,4 @@ -*tips.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 +*tips.txt* For Vim version 7.0aa. Last change: 2005 Apr 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -259,7 +259,7 @@ digraph.c and I want to rename *.c *.bla. I'd do it like this: > $ vim - :r! ls *.c + :r !ls *.c :%s/\(.*\).c/mv & \1.bla :w !sh :q! diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt index 6de0af7fc..d4a22b322 100644 --- a/runtime/doc/version6.txt +++ b/runtime/doc/version6.txt @@ -1,4 +1,4 @@ -*version6.txt* For Vim version 7.0aa. Last change: 2005 Apr 04 +*version6.txt* For Vim version 7.0aa. Last change: 2005 Apr 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -9917,7 +9917,7 @@ Menu translations: Tutor translations: Catalan (Ernest Adrogue) Russian in cp1251 (Alexey Froloff) - Slovak in cp1251 and iso8859-2 (Lubos Celko) + Slovak in cp1250 and iso8859-2 (Lubos Celko) Swedish (Johan Svedberg) Korean (Kee-Won Seo) UTF-8 version of the Japanese tutor (Yasuhiro Matsumoto) Use this as diff --git a/src/version.h b/src/version.h index 70630b6df..f80b997a2 100644 --- a/src/version.h +++ b/src/version.h @@ -36,5 +36,5 @@ #define VIM_VERSION_NODOT "vim70aa" #define VIM_VERSION_SHORT "7.0aa" #define VIM_VERSION_MEDIUM "7.0aa ALPHA" -#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Apr 17)" -#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Apr 17, compiled " +#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Apr 19)" +#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Apr 19, compiled " |