Skip to content

Commit c9a9cd7

Browse files
committed
Sync with vim73-kaoriya-win64-20120501
1 parent 02a8465 commit c9a9cd7

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

src/gui_w48.c

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3280,17 +3280,14 @@ mch_set_mouse_shape(int shape)
32803280

32813281
# if defined(FEAT_MBYTE) && defined(WIN3264)
32823282
/*
3283-
* Wide version of convert_filter(). Keep to using convert_filter().
3283+
* Wide version of convert_filter().
32843284
*/
32853285
static WCHAR *
32863286
convert_filterW(char_u *s)
32873287
{
3288-
/* Pre-declaration is required. */
3289-
char_u * convert_filter(char_u *s);
3290-
3291-
WCHAR *res;
3292-
char_u *tmp;
3293-
int len;
3288+
char_u *tmp;
3289+
int len;
3290+
WCHAR *res;
32943291

32953292
tmp = convert_filter(s);
32963293
if (tmp == NULL)

src/po/ja.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Do ":help credits" in Vim to see a list of people who contributed.
55
#
66
# MURAOKA Taro <[email protected]>, 2001-11.
7-
# Last Change: 23-Mar-2011.
7+
# Last Change: 28-Oct-2011.
88
#
99
msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Vim 7.3\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2011-03-23 20:58+0900\n"
14-
"PO-Revision-Date: 2011-03-23 21:20+0900\n"
14+
"PO-Revision-Date: 2011-10-28 08:50+0900\n"
1515
"Last-Translator: MURAOKA Taro <[email protected]>\n"
1616
"Language-Team: MURAOKA Taro <[email protected]>\n"
1717
"MIME-Version: 1.0\n"
@@ -1500,7 +1500,7 @@ msgstr "E606: :try
15001500

15011501
#. Give up for a multiple ":finally" and ignore it.
15021502
msgid "E607: multiple :finally"
1503-
msgstr "E607: 複数の :finalyy があります"
1503+
msgstr "E607: 複数の :finally があります"
15041504

15051505
msgid "E602: :endtry without :try"
15061506
msgstr "E602: :try のない :endtry です"
@@ -3110,7 +3110,7 @@ msgid "--serverlist\t\tList available Vim server names and exit"
31103110
msgstr "--serverlist\t\tVimサーバ名の一覧を表示して終了する"
31113111

31123112
msgid "--servername <name>\tSend to/become the Vim server <name>"
3113-
msgstr "--servename <name>\t\tVimサーバ <name> に送信/名前設定する"
3113+
msgstr "--servename <name>\tVimサーバ <name> に送信/名前設定する"
31143114

31153115
msgid "--startuptime <file>\tWrite startup timing messages to <file>"
31163116
msgstr "--startuptime <file>\t起動にかかった時間の詳細を <file> へ出力する"
@@ -3488,7 +3488,7 @@ msgid "??? from here until ???END lines may be messed up"
34883488
msgstr "??? ここから???ENDまでの行が破壊されているようです"
34893489

34903490
msgid "??? from here until ???END lines may have been inserted/deleted"
3491-
msgstr "??? ここから??ENDまでの行が挿入か削除されたようです"
3491+
msgstr "??? ここから???ENDまでの行が挿入か削除されたようです"
34923492

34933493
msgid "???END"
34943494
msgstr "???END"
@@ -3729,7 +3729,7 @@ msgid ""
37293729
" to recover the changes (see \":help recovery\").\n"
37303730
msgstr ""
37313731
"\"\n"
3732-
" を使用して変更をリカバーします(\":help recover\" を参照).\n"
3732+
" を使用して変更をリカバーします(\":help recovery\" を参照).\n"
37333733

37343734
msgid " If you did this already, delete the swap file \""
37353735
msgstr " 既にこれを行なったのならば, スワップファイル \""
@@ -3865,7 +3865,7 @@ msgid "-- More --"
38653865
msgstr "-- 継続 --"
38663866

38673867
msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit "
3868-
msgstr " SPACE/d/j: 画面/ページ/行 下, b/uk: 上, q: 終了 "
3868+
msgstr " SPACE/d/j: 画面/ページ/行 下, b/u/k: 上, q: 終了 "
38693869

38703870
msgid "Question"
38713871
msgstr "質問"
@@ -3910,7 +3910,7 @@ msgid "E807: Expected Float argument for printf()"
39103910
msgstr "E807: printf() の引数には浮動少数が期待されています"
39113911

39123912
msgid "E767: Too many arguments to printf()"
3913-
msgstr "E767: pirntf() の引数が多過ぎます"
3913+
msgstr "E767: printf() の引数が多過ぎます"
39143914

39153915
msgid "W10: Warning: Changing a readonly file"
39163916
msgstr "W10: 警告: 読込専用ファイルを変更します"

src/po/ja.sjis.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Do ":help credits" in Vim to see a list of people who contributed.
55
#
66
# MURAOKA Taro <[email protected]>, 2001-11.
7-
# Last Change: 23-Mar-2011.
7+
# Last Change: 28-Oct-2011.
88
#
99
msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Vim 7.3\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2011-03-23 20:58+0900\n"
14-
"PO-Revision-Date: 2011-03-23 21:20+0900\n"
14+
"PO-Revision-Date: 2011-10-28 08:50+0900\n"
1515
"Last-Translator: MURAOKA Taro <[email protected]>\n"
1616
"Language-Team: MURAOKA Taro <[email protected]>\n"
1717
"MIME-Version: 1.0\n"
@@ -1500,7 +1500,7 @@ msgstr "E606: :try
15001500

15011501
#. Give up for a multiple ":finally" and ignore it.
15021502
msgid "E607: multiple :finally"
1503-
msgstr "E607: 複数の :finalyy があります"
1503+
msgstr "E607: 複数の :finally があります"
15041504

15051505
msgid "E602: :endtry without :try"
15061506
msgstr "E602: :try のない :endtry です"
@@ -3110,7 +3110,7 @@ msgid "--serverlist\t\tList available Vim server names and exit"
31103110
msgstr "--serverlist\t\tVimサーバ名の一覧を表\示して終了する"
31113111

31123112
msgid "--servername <name>\tSend to/become the Vim server <name>"
3113-
msgstr "--servename <name>\t\tVimサーバ <name> に送信/名前設定する"
3113+
msgstr "--servename <name>\tVimサーバ <name> に送信/名前設定する"
31143114

31153115
msgid "--startuptime <file>\tWrite startup timing messages to <file>"
31163116
msgstr "--startuptime <file>\t起動にかかった時間の詳細を <file> へ出力する"
@@ -3488,7 +3488,7 @@ msgid "??? from here until ???END lines may be messed up"
34883488
msgstr "??? ここから???ENDまでの行が破壊されているようです"
34893489

34903490
msgid "??? from here until ???END lines may have been inserted/deleted"
3491-
msgstr "??? ここから??ENDまでの行が挿入か削除されたようです"
3491+
msgstr "??? ここから???ENDまでの行が挿入か削除されたようです"
34923492

34933493
msgid "???END"
34943494
msgstr "???END"
@@ -3729,7 +3729,7 @@ msgid ""
37293729
" to recover the changes (see \":help recovery\").\n"
37303730
msgstr ""
37313731
"\"\n"
3732-
" を使用して変更をリカバーします(\":help recover\" を参照).\n"
3732+
" を使用して変更をリカバーします(\":help recovery\" を参照).\n"
37333733

37343734
msgid " If you did this already, delete the swap file \""
37353735
msgstr " 既にこれを行なったのならば, スワップファイル \""
@@ -3865,7 +3865,7 @@ msgid "-- More --"
38653865
msgstr "-- 継続 --"
38663866

38673867
msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit "
3868-
msgstr " SPACE/d/j: 画面/ページ/行 下, b/uk: 上, q: 終了 "
3868+
msgstr " SPACE/d/j: 画面/ページ/行 下, b/u/k: 上, q: 終了 "
38693869

38703870
msgid "Question"
38713871
msgstr "質問"
@@ -3910,7 +3910,7 @@ msgid "E807: Expected Float argument for printf()"
39103910
msgstr "E807: printf() の引数には浮動少数が期待されています"
39113911

39123912
msgid "E767: Too many arguments to printf()"
3913-
msgstr "E767: pirntf() の引数が多過ぎます"
3913+
msgstr "E767: printf() の引数が多過ぎます"
39143914

39153915
msgid "W10: Warning: Changing a readonly file"
39163916
msgstr "W10: 警告: 読込専用ファイルを変更します"

0 commit comments

Comments
 (0)