Monday, November 5, 2018

Re: No Python support in windows binary vim 8.1

Op maandag 5 november 2018 11:58:03 UTC+1 schreef Christian Brabandt:
> On Sa, 03 Nov 2018, Maxime Feyerick wrote:
>
> > I noticed the latest win32 Vim 8.1 binary has no python support (not gVim, everything is fine in gVim). Is this intended? (checked using ':version')
>
> What binary are you using and where did you get that from? What is the
> :version output?
>
> You can always get updated binaries from the vim-win32-installer
> repository. Those should have all interface enabled.
>
> Best,
> Christian
> --
> Wer viele Sprachen spricht, kann in vielen Sprachen Unsinn reden.
> -- Alexander Roda Roda

:version output:
VIM - Vi IMproved 8.1 (2018 May 18, compiled May 18 2018 18:26:56)
MS-Windows 32-bit console-versie
Inclusief 'patches': 1
Gecompileerd door mool@tororo
Enorme versie without GUI. Features included (+) or not (-):
+acl +eval -mouseshape -tag_any_white
+arabic +ex_extra +multi_byte -tcl
+autocmd +extra_search +multi_lang +termguicolors
+autoservername +farsi -mzscheme +terminal
-balloon_eval +file_in_path -netbeans_intg -tgetent
+balloon_eval_term +find_in_path +num64 -termresponse
-browse +float +packages +textobjects
++builtin_terms +folding +path_extra +timers
+byte_offset -footer -perl +title
+channel +gettext/dyn +persistent_undo -toolbar
+cindent -hangul_input -postscript +user_commands
+clientserver +iconv/dyn +printer +vertsplit
+clipboard +insert_expand +profile +virtualedit
+cmdline_compl +job -python +visual
+cmdline_hist +jumplist -python3 +visualextra
+cmdline_info +keymap +quickfix +viminfo
+comments +lambda +reltime +vreplace
+conceal +langmap +rightleft +vtp
+cryptv +libcall -ruby +wildignore
+cscope +linebreak +scrollbind +wildmenu
+cursorbind +lispindent +signs +windows
+cursorshape +listcmds +smartindent +writebackup
+dialog_con +localmap +startuptime -xfontset
+diff -lua +statusline -xim
+digraphs +menu -sun_workshop -xpm_w32
-dnd +mksession +syntax -xterm_save
-ebcdic +modify_fname +tag_binary
+emacs_tags +mouse +tag_old_static
system vimrc file: "$VIM\vimrc"
user vimrc file: "$HOME\_vimrc"
2nd user vimrc file: "$HOME\vimfiles\vimrc"
3rd user vimrc file: "$VIM\_vimrc"
user exrc file: "$HOME\_exrc"
2nd user exrc file: "$VIM\_exrc"
defaults file: "$VIMRUNTIME\defaults.vim"
Compilatie: cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32 -DFEAT_CSCOPE -DFEAT_TERMINAL -DFEAT_JOB_CHANNEL -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 /MP -DHAVE_STDINT_H /Ox /GL -DNDEBUG /arch:IA32 /Zl /MT -DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_HUGE /Fd.\ObjCi386/ /Zi
Linking: link /nologo /subsystem:console,5.01 /opt:ref /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib comdlg32.lib ole32.lib uuid.lib /machine:i386 libcmt.lib user32.lib WSock32.lib /PDB:vim.pdb -debug

I got the binary from installing the "self-installing executable" from https://www.vim.org/download.php . I also replaced last Saturday the vim.exe executable with the one I found on https://ftp.nluug.nl/pub/vim/pc/ in the file vim81w32.zip out of curiosity. It didn't change anything though. Seems to me that the console version is compiled without python support.

Regards,
Maxime

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: