0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.3.925

Problem:    Typos in source files.
Solution:   Fix the typos. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-05-06 04:24:17 +02:00
parent 84e0f6ca9a
commit 84a05acc8c
72 changed files with 167 additions and 166 deletions

View File

@@ -903,7 +903,7 @@ dbcs_class(lead, trail)
{
switch (enc_dbcs)
{
/* please add classfy routine for your language in here */
/* please add classify routine for your language in here */
case DBCS_JPNU: /* ? */
case DBCS_JPN:
@@ -1003,7 +1003,7 @@ dbcs_class(lead, trail)
* 26 : Box Drawings
* 27 : Unit Symbols
* 28 : Circled/Parenthesized Letter
* 29 : Hirigana/Katakana
* 29 : Hiragana/Katakana
* 30 : Cyrillic Letter
*/
@@ -1054,7 +1054,7 @@ dbcs_class(lead, trail)
return 28;
case 0xAA:
case 0xAB:
/* Hirigana/Katakana */
/* Hiragana/Katakana */
return 29;
case 0xAC:
/* Cyrillic Letter */
@@ -4599,7 +4599,7 @@ im_commit_cb(GtkIMContext *context UNUSED,
}
/* The thing which setting "preedit_start_col" to MAXCOL means that
* "preedit_start_col" will be set forcely when calling
* "preedit_start_col" will be set forcedly when calling
* preedit_changed_cb() next time.
* "preedit_start_col" should not reset with MAXCOL on this part. Vim
* is simulating the preediting by using add_to_input_str(). when