I found some minor mistakes in comments related Japanese.
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -947,8 +947,8 @@
{
case 0x2121: /* ZENKAKU space */
return 0;
- case 0x2122: /* KU-TEN (Japanese comma) */
- case 0x2123: /* TOU-TEN (Japanese period) */
+ case 0x2122: /* TOU-TEN (Japanese comma) */
+ case 0x2123: /* KU-TEN (Japanese period) */
case 0x2124: /* ZENKAKU comma */
case 0x2125: /* ZENKAKU period */
return 1;
Regards,
Ken Takata
2013/08/22 Thu 21:14:43 UTC+9 Bram Moolenaar wrote:
> Ken Takata wrote:
>
> > I found some minor mistakes in comments related Japanese.
>
> Thanks. I'll include it but won't send out a patch for it.
I found another typo in a comment.
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -263,7 +263,7 @@
#endif
/* Some "prep work" definition to be able to compile the MacOS X
- * version with os_unix.x instead of os_mac.c. Based on the result
+ * version with os_unix.c instead of os_mac.c. Based on the result
* of ./configure for console MacOS X.
*/
Regards,
Ken Takata