- Updated to revision 92, fixes the following problems
* Using NUL instead of NULL. * Crash when using the preview window from an unnamed buffer. (lifepillar) * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei) * When a match ends in part of concealed text highlighting, it might mess up concealing by resetting prev_syntax_id. * An exiting job is detected with a large latency. * New code for job_stop() breaks channel test on AppVeyor. * Conceal test passes even without the bug fix. * No test for what 8.0.0047 fixes. * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei) * Minor comment and style deficiencies. * When setting 'filetype' there is no check for a valid name. * Tests fail without the 'keymap' features. * Positioning of the popup menu is not good. * Vim does not build on VMS systems. * When using an Ex command for 'keywordprg' it is escaped as with a shell command. (Romain Lafourcade) * Compiler warning for unused variable. * No digraph for HORIZONTAL ELLIPSIS. * Compiler warning for comparing with unsigned. (Zoltan Arpadffy) * Normal test fails on MS-Windows. * Compiler warning for unused function in tiny build. (Tony Mechelynck) * when calling an operator function when 'linebreak' is set, it is internally reset before calling the operator function. * VMS has a problem with infinity. * Checking did_throw after executing autocommands is wrong. (Daniel Hahler) * Compiler warning for self-comparison. * Tests referred in Makefile that no longer exist. * Exit value from a shell command is wrong. (Hexchain Tong) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=393
This commit is contained in:
committed by
Git OBS Bridge
parent
13ea07ff73
commit
3c1e11a426
@@ -1,7 +1,7 @@
|
||||
Index: vim-8.0.0000/src/configure.in
|
||||
Index: vim-8.0.0092/src/configure.ac
|
||||
===================================================================
|
||||
--- vim-8.0.0000.orig/src/configure.in
|
||||
+++ vim-8.0.0000/src/configure.in
|
||||
--- vim-8.0.0092.orig/src/configure.ac
|
||||
+++ vim-8.0.0092/src/configure.ac
|
||||
@@ -1203,7 +1203,7 @@ eof
|
||||
if test "${vi_cv_var_python_version}" = "1.4"; then
|
||||
vi_cv_path_python_plibs="${PYTHON_CONFDIR}/libModules.a ${PYTHON_CONFDIR}/libPython.a ${PYTHON_CONFDIR}/libObjects.a ${PYTHON_CONFDIR}/libParser.a"
|
||||
|
Reference in New Issue
Block a user