be9cc977ba
* When 'ruler' is set the preferred column is reset. (Issue 339) * Using freed memory when g:colors_name is changed in the colors script. (oni-link) * Using "0 CTRL-D" in Insert mode may have CursorHoldI interfere. (Gary Johnson) * When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. * When using netbeans a buffer is not found in another tab. * When 'compatible' is reset 'numberwidth' is set to 4, but the effect doesn't show until a change is made. * 'linebreak' does not work properly with multi-byte characters. * There is a chance that Vim may lock up. * 'colorcolumn' isn't drawn in a closed fold while 'cursorcolumn' is. (Carlos Pita) * Can't use a glob pattern as a regexp pattern. * When netbeans is active the sign column always shows up. * Using 'cindent' for Javascript is less than perfect. * Warning for shadowing a variable. * When completing a shell command, directories in the current directory are not listed. * The first syntax entry gets sequence number zero, which doesn't work. (Clinton McKay) * Missing changes in one file. * When a FileReadPost autocommand moves the cursor inside a line it gets moved back. - Refresh vim73-no-static-libpython.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=262
14 lines
750 B
Diff
14 lines
750 B
Diff
Index: vim-7.4.676.hg.6704/src/configure.in
|
|
===================================================================
|
|
--- vim-7.4.676.hg.6704.orig/src/configure.in
|
|
+++ vim-7.4.676.hg.6704/src/configure.in
|
|
@@ -1143,7 +1143,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"
|
|
else
|
|
- vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}"
|
|
+ vi_cv_path_python_plibs="-lpython${vi_cv_var_python_version}"
|
|
fi
|
|
dnl -- Check if the path contained in python_LINKFORSHARED is
|
|
dnl usable for vim build. If not, make and try other
|