SHA256
1
0
forked from pool/vim
Go to file
2024-08-01 20:03:20 +00:00
.gitattributes Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
.gitignore Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
apparmor.vim Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_24.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_32.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_48.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_64.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_96.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_128.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_256.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim_512.png Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim.desktop Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
gvim.svg Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
README.Japanese-XIM Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
spec.skeleton Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
spec.vim Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
suse.gvimrc Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
suse.vimrc Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim73-no-static-libpython.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim132 Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-filetype_changes.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-filetype_ftl.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-filetype_spec.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-gvimrc_fontset.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-mktemp_tutor.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-name_vimrc.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-sh_is_bash.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.3-use_awk.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.4-disable_lang_no.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.4-filetype_apparmor.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.4-filetype_mine.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-7.4-rpmlintrc Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-8.0.1568-defaults.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-8.2.2411-globalvimrc.patch Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vim-9.1.0636.tar.gz Accepting request 1190541 from home:mschreiner:branches:editors 2024-07-30 21:39:18 +00:00
vim.changes Accepting request 1190541 from home:mschreiner:branches:editors 2024-07-30 21:39:18 +00:00
vim.spec Accepting request 1190541 from home:mschreiner:branches:editors 2024-07-30 21:39:18 +00:00
vimrc_example1 Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vimrc_example2 Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vitmp.1 Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00
vitmp.c Accepting request 1189899 from home:crameleon:branches:editors 2024-07-28 20:29:32 +00:00

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>