6572c164da
- Updated to version 8.1.0565, fixes the following problems * Using 'shiftwidth' from wrong buffer for folding. * Flaky test sometimes fails in different ways. * Channel and terminal tests that start a server can be flaky. * Flaky tests often fail with a common error message. * Cannot distinguish between quickfix and location list. * Screendump tests can be flaky. * Increment/decrement might get interrupted by updating folds. * File time test fails when using NFS. * ui_breakcheck() may be called recursively, which doesn't work. * Evaluating a modeline might invoke using a shell command. * Cannot build without the sandbox. * May evaluate insecure value when appending to option. * Help message in dosinst.c is outdated. * shiftwidth() does not take 'vartabstop' into account. * Coverity warns for leaking memory and using wrong struct. * Setting 'filetype' in a modeline causes an error (Hirohito Higashi). * When executing indent tests user preferences interfere. * Modeline test with keymap fails. * Crash when job callback unloads a buffer. * Netbeans test depends on README.txt contents. * Expression evaluation may repeat an error message. * Saved last search pattern may not be restored. * It is not easy to edit a script that was sourced. * Popup menu overlaps with preview window. * Crash when last search pat is set but not last substitute pat. * Saving/restoring search patterns share saved last_idx. * Termdebug: gdb may use X.Y for breakpoint number. * Command line completion not sufficiently tested. * Cannot use address type "other" with with user command. OBS-URL: https://build.opensuse.org/request/show/655592 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=530 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
apparmor.vim | ||
disable-unreliable-tests.patch | ||
gvim_24.png | ||
gvim_32.png | ||
gvim_48.png | ||
gvim_64.png | ||
gvim_96.png | ||
gvim.desktop | ||
gvim.svg | ||
README.Japanese-XIM | ||
spec.skeleton | ||
suse.gvimrc | ||
suse.vimrc | ||
vim73-no-static-libpython.patch | ||
vim132 | ||
vim-7.3-filetype_changes.patch | ||
vim-7.3-filetype_ftl.patch | ||
vim-7.3-filetype_spec.patch | ||
vim-7.3-gvimrc_fontset.patch | ||
vim-7.3-help_tags.patch | ||
vim-7.3-mktemp_tutor.patch | ||
vim-7.3-name_vimrc.patch | ||
vim-7.3-sh_is_bash.patch | ||
vim-7.3-use_awk.patch | ||
vim-7.4-disable_lang_no.patch | ||
vim-7.4-filetype_apparmor.patch | ||
vim-7.4-filetype_mine.patch | ||
vim-7.4-highlight_fstab.patch | ||
vim-7.4-rpmlintrc | ||
vim-8.0-ttytype-test.patch | ||
vim-8.0.1568-defaults.patch | ||
vim-8.1.0297-dump3.patch | ||
vim-8.1.0565.tar.gz | ||
vim-changelog.sh | ||
vim.changes | ||
vim.spec | ||
vimrc_example1 | ||
vimrc_example2 | ||
vitmp.1 | ||
vitmp.c |
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>