Ana Guerrero e44eaee6b8 Accepting request 1349417 from editors
- Fix bsc#1261833 / CVE-2026-39881).
- Update to 9.2.0398.
- Changes:
 * 9.2.0398: MS-Windows: missing strptime() support
 * 9.2.0397: tabpanel: double-click opens a new tab
 * 9.2.0396: tests: Test_error_callback_terminal is flaky on macOS
 * 9.2.0395: tests: Test_backupskip() may read from $HOME
 * 9.2.0394: xxd: offsets greater than LONG_MAX print as negative
 * 9.2.0393: MS-Windows: link error with XPM support on UCRT64
 * 9.2.0392: tests: Some tests are flaky
 * 9.2.0391: tests: Comment in test_vim9_cmd breaks syntax highlighting
 * 9.2.0390: filetype: some Beancount files are not recognized
 * 9.2.0389: DECRQM still leaves stray "pp" on Apple Terminal.app
 * 9.2.0388: strange indent in update_topline()
 * 9.2.0387: DECRQM request may leave stray chars in terminal
 * 9.2.0386: No scroll/scrollbar support in the tabpanel
 * 9.2.0385: Integer overflow with "ze" and large 'sidescrolloff'
 * 9.2.0384: stale Insstart after <Cmd> cursor move breaks undo
 * 9.2.0383: [security]: runtime(netrw): shell-injection via sftp: and file: URLs
 * 9.2.0382: Wayland: focus-stealing is non-working
 * 9.2.0381: Vim9: Missing check_secure() in exec_instructions()
 * 9.2.0380: completion: a few issues in completion code
 * 9.2.0379: gui.color_approx is never used
 * 9.2.0378: Using int as bool type in win_T struct
 * 9.2.0377: Using int as bool type in gui_T struct
 * 9.2.0376: Vim9: elseif condition compiled in dead branch
 * 9.2.0375: prop_find() does not find a virt text in starting line
 * 9.2.0374: c_CTRL-{G,T} does not handle offset
 * 9.2.0373: Ctrl-R mapping not triggered during completion
 * 9.2.0372: pum: rendering issues with multibyte text and opacity

OBS-URL: https://build.opensuse.org/request/show/1349417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=399
2026-04-28 09:54:08 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-26 18:53:46 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +00:00
2026-04-02 04:40:45 +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 391 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%