root/branches/3.00/pkginfo/migemo/cmigemo-u.patch
| Revision 808, 1.0 kB (checked in by kose, 3 years ago) | |
|---|---|
| |
-
src/main.c
old new 60 60 \n\ 61 61 OPTIONS:\n\ 62 62 -d --dict <dict> Use a file <dict> for dictionary.\n\ 63 -s --subdict <dict> Sub dictionary files. (MAX %d times)\n\63 -s (-u) --subdict <dict> Sub dictionary files. (MAX %d times)\n\ 64 64 -q --quiet Show no message except results.\n\ 65 65 -v --vim Use vim style regexp.\n\ 66 66 -e --emacs Use emacs style regexp.\n\ … … 101 101 else if (argv[1] && (!strcmp("--dict", *argv) || !strcmp("-d", *argv))) 102 102 dict = *++argv; 103 103 else if (argv[1] 104 && (!strcmp("--subdict", *argv) || !strcmp("-s", *argv)) 104 && (!strcmp("--subdict", *argv) || !strcmp("-s", *argv) 105 || !strcmp("-u", *argv)) 105 106 && subdict_count < MIGEMO_SUBDICT_MAX) 106 107 subdict[subdict_count++] = *++argv; 107 108 else if (argv[1] && (!strcmp("--word", *argv) || !strcmp("-w", *argv)))
Note: See TracBrowser for help on using the browser.
