- refresh vim-7.3-mktemp_tutor.patch * 9.1.0908: not possible to configure :messages * 9.1.0907: printoptions:portrait does not change postscript Orientation * runtime(doc): Add vietnamese.txt to helps main TOC * 9.1.0906: filetype: Nvidia PTX files are not recognized * runtime(doc): updated version9.txt with changes from v9.1.0905 * 9.1.0905: Missing information in CompleteDone event * 9.1.0904: Vim9: copy-paste error in class_defining_member() * 9.1.0903: potential overflow in spell_soundfold_wsal() * runtime(netrw): do not detach when launching external programs in gvim * runtime(doc): make tag alignment more consistent in filetype.txt * runtime(doc): fix wrong syntax and style of vietnamese.txt * translation(it): update Italian manpage for vimtutor * runtime(lua): add optional lua function folding * Filelist: include translations for Chapter 2 tutor * translation(vi): Update Vietnamese translation * runtime(doc): include vietnamese.txt * runtime(tutor): fix another typo in tutor2 * runtime(doc): fix typo in vimtutor manpage * translation(it): update Italian manpage for vimtutor * translation(it): include Italian version of tutor chapter 2 * runtime(tutor): regenerated some translated tutor1 files * runtime(tutor): fix typo in Chapter 2 * 9.1.0902: filetype: Conda configuration files are not recognized * runtime(doc): Tweak documentation style a bit * runtime(tutor): update the tutor files and re-number the chapters * runtime(tutor): Update the makefiles for tutor1 and tutor2 files * 9.1.0901: MS-Windows: vimtutor batch script can be improved * runtime(doc): remove buffer-local completeopt todo item OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=869
25 lines
788 B
Plaintext
25 lines
788 B
Plaintext
To select the style of XIM Input the following command line arguments,
|
|
which are handled by GTK internally, are available:
|
|
|
|
--xim-preedit [none|nothing|area|position|callbacks]
|
|
--xim-status [none|nothing|area|callbacks]
|
|
|
|
To use OnTheSpot input style, start gvim like
|
|
|
|
~$ gvim [--xim-preedit callbacks] [--xim-status callbacks]
|
|
|
|
This is also the default, which you will get without any command line arguments.
|
|
|
|
|
|
To use OverTheSpot input style, start gvim like
|
|
|
|
~$ gvim --xim-preedit position [--xim-status callbacks]
|
|
|
|
OnTheSpot input is still buggy and does not yet work right for Japanese,
|
|
therefore it is recommended to use OverTheSpot input style for Japanese.
|
|
|
|
(For Korean, OnTheSpot input style works well).
|
|
|
|
|
|
Fri Jan 26 17:57:39 2001 Mike Fabian <mfabian@suse.de>
|