Ondřej Súkup 3d05f554e4 - update to 9.1.0041:
*  xxd -i may generate incorrect C statements
 *  man on AIX does not understand -l
 *  add focus_follows_mouse and smart_qaps syntax keywords
 *  remove always from `focus_follows_mouse`
 *  minor changes to fix move cmd on windows 
 *  issue with prompt buffer and hidden buffer
 *  too vague errors for 'listchars'/'fillchars'
 *  Unnecessary loop in getvcol()
 *  Calling get_breakindent_win() repeatedly when computing virtcol
 *  include ftplugin, syntax and indent script 
 *  i_CTRL-] triggers InsertCharPre
 *  Window scrolls unexpectedly when 'scrollbind' is set
 *  Insert mode not stopped if closing prompt buffer modifies hidden buffer
 *  update fortran syntax 
 *  regenerate helptags, fix ci help tags job failing
 *  Cannot use terminal alternate font
 *  Replace non-breaking space with normal space 
 *  Use "*" browsefilter pattern to match "All Files"
 *  Cannot act on various terminal response codes
 *  Check help tags for errors (duplicates, missing, etc) 
 *  delete duplicate help tag E741 
 *  Vim is missing a foreach() func
 *  A few typos in tests and justify.vim
 *  xxd: few problems with EBCDIC for z/OS (MVS)
 *  Coverity complains about improper use of negative value
 *  i_CTRL-R- doesn't work for multibyte chars in Replace mode
 *  Vim9: cannot compile all methods in a class
 *  cmdline may disappear when changing 'cmdheight'
 *  use of #if instead of #ifdef

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=838
2024-01-22 09:44:15 +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
2024-01-22 09:44:15 +00:00
2024-01-22 09:44:15 +00:00
2024-01-22 09:44:15 +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%