Go to file
2013-02-25 16:10:48 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
ANNOUNCEMENT.vim-7.3 Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
apparmor.vim Accepting request 146926 from home:cboltz:branches:editors 2013-01-03 20:02:45 +00:00
gvim.desktop Add Categories to gvim.desktop 2013-02-25 16:10:48 +00:00
missing-vim-client OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=9 2007-04-24 21:36:59 +00:00
README.Japanese-XIM OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
spec.skeleton - Move spec skeleton functionality into /etc/vimrc (bnc#720898) 2011-11-07 12:59:59 +00:00
suse.gvimrc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
suse.vimrc - Move spec skeleton functionality into /etc/vimrc (bnc#720898) 2011-11-07 12:59:59 +00:00
vim73-no-static-libpython.patch Accepting request 90166 from home:elvigia:branches:editors 2011-11-06 08:57:45 +00:00
vim132 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
vim-7.1.314-CVE-2009-0316-debian.patch - Updated to revision 831 2013-02-22 11:50:58 +00:00
vim-7.3-diff_check.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-disable_lang_no.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-filetype_apparmor.patch Accepting request 57610 from home:cboltz:branches:editors 2011-01-10 15:38:12 +00:00
vim-7.3-filetype_changes.patch Accepting request 88555 from home:dirkmueller:branches:editors 2011-10-18 19:22:51 +00:00
vim-7.3-filetype_ftl.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-filetype_mine.patch Accepting request 63062 from home:im_unbob:branches:editors 2011-03-02 10:27:58 +00:00
vim-7.3-filetype_spec.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-grub.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-gvimrc_fontset.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-help_tags.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-highlight_fstab.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-mktemp_tutor.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-name_vimrc.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-patches.tar.bz2 - Updated to revision 831 2013-02-22 11:50:58 +00:00
vim-7.3-rpmlintrc Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-sh_is_bash.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3-use_awk.patch Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim-7.3.tar.bz2 Accepting request 53640 from home:Freespacer:branches:editors 2010-11-22 12:28:22 +00:00
vim.changes - Updated to revision 831 2013-02-22 11:50:58 +00:00
vim.spec - Updated to revision 831 2013-02-22 11:50:58 +00:00
vimrc_example1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
vimrc_example2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
vitmp.1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00
vitmp.c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +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>