Tomáš Chvátal d3b8fb587f Accepting request 221219 from editors
- Updated to revision 169, fixes the following problems
  * Running tests in shadow dir doesn't work.
  * By default, after closing a buffer changes can't be undone.
  * Auto-loading a function for code that won't be executed.
  * Fixes are not tested.
  * Can't compile with Ruby 2.1.0.
  * ":sleep" puts cursor in the wrong column. (Liang Li)
- Dropped vim-7.4-ruby21.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/221219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=124
2014-02-09 12:18:07 +00:00
2013-02-25 16:10:48 +00:00
2013-08-12 07:21:11 +00:00
2013-08-12 07:21:11 +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%