Ana Guerrero 919bcdf084 Accepting request 1333427 from editors
- update to 9.2.0010:
 * patch 9.2.0010: Using Wayland compositor is still slow
 * patch 9.2.0009: tests: test_cindent are not ordered
 * runtime(zip): use system() instead of :!
 * patch 9.2.0008: MS-Windows: font size calculation may be wrong
 * patch 9.2.0007: cindent: recognizing labels within commented lines
 * patch 9.2.0006: powershell commands wrongly wrapped when executed
 * patch 9.2.0005: Coverity reports unreachable code
 * runtime(fstab): Add cgroup2 to valid device types
 * runtime(hare): update syntax script for Hare 0.26.0
 * runtime(vim): Error codes should not be highlighed with vim9CommentTitle
 * runtime(netrw): Use right file system commands initialization for Windows
 * patch 9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopinsert
 * patch 9.2.0003: tests: invalid indent in message.c
 * Makefile: dosrt target fails because of duplicate lang directories
 * runtime(sh): fix spurious nextgroup=shComment on shEscape
 * patch 9.2.0002: str2specialbuf() can be improved
 * README: Updated version from 91 to 92 in various READMEs
 * patch 9.1.0001: tests: Test_popup_setbuf() fails
 * patch 9.2.0: Need a new Vim release
 * runtime(doc): Update todo.txt and remove solved issues
 * runtime(doc): Clarify :bd behaviour
 * patch 9.1.2148: [security]: Buffer overflow in netbeans interface
 * runtime(doc): Fix typos in version9.txt
 * runtime(systemverilog): use correct matchit pattern for the covergroup block
 * runtime(doc): Fix typos in markdown READMEs
 * runtime(go,gleam): Remove 'formatprg' from ftplugins
 * runtime(sudoers): highlight usernames with hyphens, digits, underscores
 * runtime(doc): Use ellipses for overlength example comments at :help vim9.txt
 * runtime(css): Add missing numeric units

OBS-URL: https://build.opensuse.org/request/show/1333427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=395
2026-02-17 15:37:57 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42:32 +00:00
2026-02-16 17:42: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>
Description
No description provided
Readme 329 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%