Ondřej Súkup 66606bd6be - Updated to version 9.0.0619, fixes the following problems
* When quitting the cmdline window with CTRL-C it remains visible.
  * Warning for using uninitialized value in mouse test.
  * A closure in a nested loop in a :def function does not work.
  * Build failure.
  * still a Build failure.
  * Various problems with 'nosplitscroll'.
  * Line number argument for :badd does not work.
  * Command line cleared when using :redrawstatus in CmdlineChanged
  autocommand event.
  * When the channel test fails there is no clue why.
  * Confusing error for "saveas" command with "nofile" buffer.
  * Chatito files are not recognized.
  * Unnecessary scrolling for message of only one line.
  * Cannot redraw the status lines when editing a command.
  * May not be able to use a pattern ad the debug prompt.
  * Terminal test sometimes hangs.
  * Virtual text highlight starts too early when 'number' is set.
  * Virtual text "above" highlights gap after it.
  * When at the command line :redrawstatus does not work well.
  * Virtual text highlight starts too early with 'nowrap' and 'number' set.
  * The win_line() function is much too long.
  * Declaring a loop variable at the start of a block is clumsy.
  * Compiler warns for unused argument in small version.
  * Build fails on Appveyor.
  * more compiler warnings for arguments in small version
  * Manually deleting temp test files.
  * Long sign text may overflow buffer.
  * Appveyor setup contains outdated lines.
  * Using freed memory when autocmd changes mark.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=752
2022-09-29 10:58:28 +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

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 60 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%