Ana Guerrero 57a642d968 Accepting request 1290727 from editors
- update to 9.1.1508 
  * patch 9.1.1508: string manipulation can be improved in cmdexpand.c
  * runtime(vim): Update base-syntax and generator, match all default highlight groups
  * runtime(vim): Update base-syntax and generator, generate command modifiers
  * patch 9.1.1507: symlinks are resolved on :cd commands
  * runtime(postscr): Correct some standard font names in syntax
  * runtime(optwin): show 'guiligatures' option also on MS-Windows builds
  * patch 9.1.1506: tests: missing cleanup in Test_search_cmdline_incsearch_highlight()
  * patch 9.1.1505: not possible to return completion type for :ex command
  * patch 9.1.1504: filetype: numbat files are not recognized
  * patch 9.1.1503: filetype: haxe files are not recognized
  * patch 9.1.1502: filetype: quickbms files are not recognized
  * patch 9.1.1501: filetype: flix files are not recognized
  * runtime(go): add section movement mappings to ftplugin
  * runtime(doc): Tweak documentation style
  * patch 9.1.1500: if_python: typo in python error variable
  * runtime(tutor): regenerate utf-8 version of French vimtutor manpage
  * runtime(netrw): upstream snapshot of v183
  * runtime(vim): Update base-syntax, improve :syn-sync line defaults
  * patch 9.1.1498: completion: 'complete' funcs behave different to 'omnifunc'
  * patch 9.1.1497: Link error with shm_open()
  * patch 9.1.1496: terminal: still not highlighting empty cells correctly
  * README: mention POSIX vi as a goal of this project
  * patch 9.1.1495: Wayland: uses $XDG_SEAT to determine seat
  * patch 9.1.1494: runtime(tutor): no French translation for Chapter 2
  * runtime(tutor): apply fixes to runtime/tutor/tutor2
  * translation(it): updated Italian manpage
  * patch 9.1.1493: manually comparing positions on buffer
  * nsis: copy tutor directory recursively
  * patch 9.1.1492: tests: failure when Wayland compositor fails to start

OBS-URL: https://build.opensuse.org/request/show/1290727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=387
2025-07-06 15:04:17 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +00:00
2025-07-04 18:31:01 +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 130 MiB
Languages
Vim Script 94.3%
Roff 2.9%
C 2.1%
Shell 0.7%