SHA256
1
0
forked from pool/vim
Go to file
Dominique Leuenberger b677a1b812 Accepting request 1009199 from editors
- Updated to version 9.0.0709, fixes the following problems
  * Too many delete() calls in tests.
  * "const" and "final" both make the type a constant. (Daniel Steinberg)
  * Coverity warns for not checking return value.
  * Get an error for using const only when executing.
  * In Vim9 script a numbered function cannot be called.
  * Too many delete() calls in tests.
  * Calling a function from an "expr" option has too much overhead.
  * FEAT_TITLE was removed but is still used.
  * Evaluating "expr" options has more overhead than needed.
  * Build error and compiler warnings.
  * Underline color does not work in terminals that don't send a termresponse.
  * Syntax of commands in Vim9 script depends on +eval feature.
  * Popup menu highlight wrong on top of preview popup. (Yegappan Lakshmanan)
  * Checking for popup in screen_char() is too late, the attribute has
  already been changed.
  * Cannot scroll by screen line if a line wraps.
  * Missing part of the new option code.
  * Breakindent test fails.
  * Smoothscroll test fails.
  * 'smoothscroll' is not copied to a new window on :split.
  * CTRL-Y does not stop at line 1. (John Marriott)
  * with 'smoothscroll' set CTRL-E does not work properly when 'foldmethod'
  is set to "indent". (Yee Cheng Chin)
  * The 'splitscroll' option is not a good name.
  * When using powershell input redirection does not work.
  * No indication when the first line is broken for 'smoothscroll'.
  * Some tests are failing.
  * Build fails without the +conceal feature.
  * 'smoothscroll' not tested with 'number' and "n" in 'cpo'.

OBS-URL: https://build.opensuse.org/request/show/1009199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=326
2022-10-12 16:22:50 +00:00
2013-02-25 16:10:48 +00:00
DEL
2021-11-03 15:19:06 +00:00
2021-10-01 09:07:04 +00:00
2022-10-09 21:26:58 +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 36 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%