Go to file
Ismail Dönmez 5e05c0f2a6 - Updated to revision 1442, fixes the following problems
* Crash when calling term_start() with empty argument.
  * Crash when term_start() fails.
  * MS-Windows: vimtutor fails if %TMP% has special chars.
  * After ":copen" can't get the window-ID of the quickfix
    window. (FalacerSelene)
  * Illegal memory access after undo. (Dominique Pelle)
  * GTK: :promtfind does not put focus on text input. (Adam Novak)
  * Memory leak in test_arabic.
  * Not enough information about what Python version may work.
  * Pkg-config doesn't work with cross compiling.
  * Filetype detection test not updated for change.
  * If cscope fails a search Vim may hang.
  * Terminal window: some vterm responses are delayed.
  * Using ":undo 0" leaves undo in wrong state.
  * Using pointer before it is set.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=478
2018-01-31 11:02:05 +00:00
.gitattributes Accepting request 252646 from home:Zaitor:branches:editors 2014-09-29 10:57:13 +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
apparmor.vim Accepting request 562328 from home:cboltz:branches:editors 2018-01-08 08:08:55 +00:00
disable-unreliable-tests.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=460 2017-11-29 14:56:28 +00:00
gvim.desktop Add Categories to gvim.desktop 2013-02-25 16:10:48 +00:00
gvim.svg Accepting request 252646 from home:Zaitor:branches:editors 2014-09-29 10:57:13 +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 - Update spec.skeleton with spec-cleaner 2017-03-31 09:20:25 +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 . 2017-04-28 11:00:17 +00:00
vim73-no-static-libpython.patch - Updated to revision 92, fixes the following problems 2016-11-18 09:01:23 +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.3-filetype_changes.patch - Update to version 8.0 2016-09-12 13:27:23 +00:00
vim-7.3-filetype_ftl.patch - Update to version 8.0 2016-09-12 13:27:23 +00:00
vim-7.3-filetype_spec.patch - Update to revision 1358 2017-11-29 11:53:57 +00:00
vim-7.3-gvimrc_fontset.patch - Update to version 8.0 2016-09-12 13:27:23 +00:00
vim-7.3-help_tags.patch - Update to version 8.0 2016-09-12 13:27:23 +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 - Update to version 8.0 2016-09-12 13:27:23 +00:00
vim-7.3-sh_is_bash.patch - Update to version 8.0 2016-09-12 13:27:23 +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.4-disable_lang_no.patch - Update to revision 1358 2017-11-29 11:53:57 +00:00
vim-7.4-filetype_apparmor.patch - Update to version 8.0 2016-09-12 13:27:23 +00:00
vim-7.4-filetype_mine.patch - Updated to revision 1816, fixes the following problems 2016-05-02 07:31:36 +00:00
vim-7.4-highlight_fstab.patch - Update to revision 1358 2017-11-29 11:53:57 +00:00
vim-7.4-rpmlintrc - Update to version 7.4 2013-08-12 07:21:11 +00:00
vim-8.0-ttytype-test.patch - Update to revision 1358 2017-11-29 11:53:57 +00:00
vim-8.0.1442.tar.gz - Updated to revision 1442, fixes the following problems 2018-01-31 11:02:05 +00:00
vim.changes - Updated to revision 1442, fixes the following problems 2018-01-31 11:02:05 +00:00
vim.spec - Updated to revision 1442, fixes the following problems 2018-01-31 11:02:05 +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>