Ana Guerrero 37c88b4aa1 Accepting request 1341728 from editors
- update to version 9.2.0219:
 * patch 9.2.0219: call stack can be corrupted
 * patch 9.2.0218: visual selection highlighting in X11 GUI is wrong.
 * patch 9.2.0217: filetype: cto files are not recognized
 * patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky
 * patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider
 * translation(zh): Update the Simplify Chinese translation
 * translation: align sponsor menu string spacing
 * patch 9.2.0211: possible crash when setting 'winhighlight'
 * runtime(fish): Add matchit support to filetype plugin
 * patch 9.2.0210: tests: Test_xxd tests are failing
 * runtime(doc): Update Italian xxd manpage
 * patch 9.2.0209: freeze during wildmenu completion
 * patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
 * patch 9.2.0207: MS-Windows: freeze on second :hardcopy
 * patch 9.2.0206: MS-Window: stripping all CSI sequences
 * runtime(doc): disable color codes when generating ascii man pages in Makefile
 * patch 9.2.0205: xxd: Cannot NUL terminate the C include file style
 * patch 9.2.0204: filetype: cps files are not recognized
 * patch 9.2.0203: Patch v9.2.0185 was wrong
 * patch 9.2.0202: [security]: command injection via newline in glob()
 * patch 9.2.0201: filetype: Wireguard config files not recognized
 * patch 9.2.0200: term: DECRQM codes are sent too early
 * patch 9.2.0199: tests: test_startup.vim fails
 * patch 9.2.0198: cscope: can escape from restricted mode
 * runtime(doc): Fix typo in if_pyth.txt
 * patch 9.2.0197: tabpanel: frame width not updated for existing tab pages
 * runtime(yara): add ftplugin for yara filetype
 * patch 9.2.0196: textprop: negative IDs and can cause a crash
 * patch 9.2.0194: tests: test_startup.vim leaves temp.txt around

OBS-URL: https://build.opensuse.org/request/show/1341728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=398
2026-03-23 16:11:14 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +00:00
2026-03-21 19:24:00 +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 368 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%