vimify
vimify copied to clipboard
Windows issue
First of all, I know this isn't an issue you caused. I wanted to create an issue here just in case somebody else experienced it.
Next, I'm a Windows 10 user. 64-bit.
:version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled May 23 2021 07:26:32)
Included patches: 1-2859
Compiled by <https://www.msys2.org/>
Huge version without GUI. Features included (+) or not (-):
+acl +byte_offset +conceal -ebcdic +folding +jumplist -lua +mouse_netterm +num64 -python -sound -tcl -toolbar +wildignore -xterm_clipboard
+arabic +channel +cryptv +emacs_tags -footer +keymap +menu +mouse_sgr +packages +python3/dyn +spell +termguicolors +user_commands +wildmenu -xterm_save
+autocmd +cindent +cscope +eval +fork() +lambda +mksession -mouse_sysmouse +path_extra +quickfix +startuptime +terminal +vartabs +windows
+autochdir -clientserver +cursorbind +ex_extra +gettext +langmap +modify_fname +mouse_urxvt +perl/dyn +reltime +statusline +terminfo +vertsplit +writebackup
-autoservername +clipboard +cursorshape +extra_search -hangul_input +libcall +mouse +mouse_xterm +persistent_undo +rightleft -sun_workshop +termresponse +virtualedit -X11
-balloon_eval +cmdline_compl +dialog_con -farsi +iconv +linebreak -mouseshape +multi_byte +popupwin +ruby/dyn +syntax +textobjects +visual -xfontset
+balloon_eval_term +cmdline_hist +diff +file_in_path +insert_expand +lispindent +mouse_dec +multi_lang +postscript +scrollbind +tag_binary +textprop +visualextra -xim
-browse +cmdline_info +digraphs +find_in_path +ipv6 +listcmds -mouse_gpm -mzscheme +printer +signs -tag_old_static +timers +viminfo -xpm
++builtin_terms +comments -dnd +float +job +localmap -mouse_jsbterm +netbeans_intg +profile +smartindent -tag_any_white +title +vreplace -xsmp
system vimrc file: "/etc/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
defaults file: "$VIMRUNTIME/defaults.vim"
fall-back for $VIM: "/etc"
f-b for $VIMRUNTIME: "/usr/share/vim/vim82"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/include/ncursesw -march=x86-64 -mtune=generic -O2 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -L. -pipe -fstack-protector-strong -pipe -Wl,--as-needed -o vim.exe -lm -lncursesw -liconv -lacl -lintl -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -ldl -lcrypt
Here's my issue:
Error detected while processing /c/Users/user/.vim/bundle/vimify/plugin/vimify.vim:
line 45:
E370: Could not load library 'C:\Python39\python3.dll'
E263: Sorry, this command is disabled, the Python library could not be loaded.
Press ENTER or type command to continue
I set this in my .vimrc:
set pythonthreedll='C:\\Python39\\python3.dll'
Any ideas?