Go to file
Ismail Dönmez cb34494a93 - Updated to revision 1749, fixes the following problems
* Cannot detect a crash in tests when caused by garbagecollect().
  * The help for functions require a space after the "(".
  * The Perl interface cannot use 'print' operator for writing
    directly in standard IO.
  * It is not easy to get a character out of a string.
  * Python: turns partial into simple funcref.
  * Folds may close when using autocomplete.
  * Test fails when not using utf-8.
  * It is not possible to only see part of the message history.
    It is not possible to clear messages.
  * Count for ":messages" depends on number of lines.
  * syn-cchar defined with matchadd() does not appear if there are no
    other syntax definitions which matches buffer text.
  * Not testing utf-8 characters.
  * strgetchar() does not work correctly.
  * Clang warns for uninitialzed variable. (Michael Jarvis)
  * Python: Converting a sequence may leak memory.
  * Memory leak in Perl.
  * Coverity: missing check for NULL pointer.
  * "gD" does not find match in first column of first line.
  * When using GTK 3.20 there are a few warnings.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=349
2016-04-18 07:53:50 +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 333989 from home:cboltz:branches:editors 2015-09-28 10:55:49 +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
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 Accepting request 265514 from home:lrupp:branches:editors 2014-12-17 08:12:24 +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 - Update suse.vimrc to stop remembering file positions for git 2015-01-29 10:47:21 +00:00
v7.4.1749.tar.gz - Updated to revision 1749, fixes the following problems 2016-04-18 07:53:50 +00:00
vim73-no-static-libpython.patch - Updated to revision 676, fixes the following problems 2015-03-24 11:49:00 +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 - Modify vim-7.3-filetype_changes.patch to expand tabs when editing 2015-01-29 12:25:37 +00:00
vim-7.3-filetype_ftl.patch - Use Unix line endings in vim-7.3-filetype_ftl.patch (bnc#815840) 2014-01-14 14:14:08 +00:00
vim-7.3-filetype_spec.patch - Use mercurial tags instead of applying patches one by one. This 2014-08-25 11:50:01 +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-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-sh_is_bash.patch - Updated to revision 935, fixes the following problems 2015-11-22 16:39:30 +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 version 7.4 2013-08-12 07:21:11 +00:00
vim-7.4-filetype_apparmor.patch - Update to version 7.4 2013-08-12 07:21:11 +00:00
vim-7.4-filetype_mine.patch - Update to version 7.4 2013-08-12 07:21:11 +00:00
vim-7.4-highlight_fstab.patch - Update to version 7.4 2013-08-12 07:21:11 +00:00
vim-7.4-rpmlintrc - Update to version 7.4 2013-08-12 07:21:11 +00:00
vim.changes - Updated to revision 1749, fixes the following problems 2016-04-18 07:53:50 +00:00
vim.spec - Updated to revision 1749, fixes the following problems 2016-04-18 07:53:50 +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>