Ondřej Súkup f1e9f07ec1 - updade to 9.1.1043
* [security]: segfault in win_line()
 * update helptags
 * filetype: just files are not recognized
 * Update base-syntax, match ternary and falsy operators
 * Vim9: out-of-bound access when echoing an enum
 * Vim9: imported type cannot be used as func return type
 * runtime(kconfig): updated ftplugin and syntax script
 * runtime(doc): rename last t_BG reference to t_RB
 * Vim9: comments are outdated
 * tests: test_channel.py fails with IPv6
 * runtime(vim): Update base-syntax, fix is/isnot operator matching
 * Vim9: confusing error when using abstract method via super
 * make install fails when using shadowdir
 * Vim9: memory leak with blob2str()
 * runtime(tex): add texEmphStyle to texMatchGroup in syntax script
 * runtime(netrw): upstream snapshot of v175
 * Vim9: compiling abstract method fails without return
 * runtime(c): add new constexpr keyword to syntax file (C23)
 * tests: shaderslang was removed from test_filetype erroneously
 * link error when FEAT_SPELL not defined
 * Coverity complains about insecure data handling
 * runtime(sh): update syntax script
 * runtime(c): Add missing syntax test files
 * filetype: setting bash filetype is backwards incompatible
 * runtime(c): Update syntax and ftplugin files
 * the installer can be improved
 * too many strlen() calls in screen.c
 * no sanitize check when running linematch
 * filetype: swc configuration files are not recognized

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=873
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +00:00
2025-01-21 12:28:31 +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 55 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%