Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning msg when updating via BundleInstall! #23

Closed
dmmalam opened this issue Nov 5, 2012 · 7 comments
Closed

Warning msg when updating via BundleInstall! #23

dmmalam opened this issue Nov 5, 2012 · 7 comments

Comments

@dmmalam
Copy link

dmmalam commented Nov 5, 2012

When using the BundleInstall! command from Vundle to update all plugins, numbers.com spits out the below warning.
Requires Vim 7.3+ Failed loading numbers.vim
However it works fine after a restart of vim

I believe it's because of the the following check
if exists("g:numbers") || v:version < 703 || &cp,

ie it barfs if the script is already loaded.

Should the script be safe to reload? Most other plugins are.

@flexd
Copy link

flexd commented Jan 14, 2013

I noticed I am getting the same.

@flexd flexd mentioned this issue Jan 14, 2013
@myusuf3
Copy link
Owner

myusuf3 commented Jan 14, 2013

what version of vim are you using? if I can reproduce the error, I will see what I can do, also does the plugin work? are you using it with MacVim?

@skn
Copy link

skn commented Jan 14, 2013

BundleInstall! output is:
Done! Bundles updated; press u to view changelog
Requires Vim 7.3+
Failed loading numbers.vim
Press ENTER or type command to continue

% vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 4 2012 04:09:27)
Included patches: 1-429
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by buildd@
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
-dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path
+find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv
+insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
+mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse
+mouse_xterm +mouse_urxvt +multi_byte +multi_lang -mzscheme +netbeans_intg
+path_extra -perl +persistent_undo +postscript +printer +profile +python
-python3 +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions

@skn
Copy link

skn commented Jan 14, 2013

The plugin works and I am using it on plain vim on Ubuntu 12.04.1 LTS

@myusuf3
Copy link
Owner

myusuf3 commented Jan 14, 2013

@skn @flexd I have just updated the numbers.vim with a better load guard this should fix these issues. Can you confirm.

@flexd
Copy link

flexd commented Jan 14, 2013

Testing now.

$ vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 4 2011 12:17:52)
Included patches: 1-315

This works! :-)

@myusuf3
Copy link
Owner

myusuf3 commented Jan 14, 2013

kk closing issue :)

@myusuf3 myusuf3 closed this as completed Jan 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants