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

Plugin stop working at all #26

Closed
powerman opened this issue Mar 30, 2015 · 6 comments
Closed

Plugin stop working at all #26

powerman opened this issue Mar 30, 2015 · 6 comments

Comments

@powerman
Copy link
Owner

Original issue 18 created by powerman on 2013-08-23T10:24:09.000Z:

Latest code stop working and produce following error on any :help command:

Error detected while processing function ViewDoc:
line 36:
E485: Can't read file d:/tmp/VIo8675.tmp

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 22 2013 21:56:27)
MS-Windows 64-bit GUI version with OLE support
Included patches: 1-7
Compiled by zdm@zdm-vaio
Huge version with GUI. Features included (+) or not (-):
+arabic +ex_extra +mouseshape +syntax
+autocmd +extra_search +multi_byte_ime/dyn +tag_binary
+balloon_eval +farsi +multi_lang +tag_old_static
+browse +file_in_path -mzscheme -tag_any_white
++builtin_terms +find_in_path +netbeans_intg -tcl
+byte_offset +float +ole -tgetent
+cindent +folding +path_extra -termresponse
+clientserver -footer +perl/dyn +textobjects
+clipboard +gettext/dyn +persistent_undo +title
+cmdline_compl -hangul_input -postscript +toolbar
+cmdline_hist +iconv/dyn +printer +user_commands
+cmdline_info +insert_expand +profile +vertsplit
+comments +jumplist +python/dyn +virtualedit
+conceal +keymap +python3/dyn +visual
+cryptv +langmap +quickfix +visualextra
+cscope +libcall +reltime +viminfo
+cursorbind +linebreak +rightleft +vreplace
+cursorshape +lispindent -ruby +wildignore
+dialog_con_gui +listcmds +scrollbind +wildmenu
+diff +localmap +signs +windows
+digraphs -lua +smartindent +writebackup
-dnd +menu -sniff -xfontset
-ebcdic +mksession +startuptime -xim
+emacs_tags +modify_fname +statusline -xterm_save
+eval +mouse -sun_workshop +xpm_w32
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"
system gvimrc file: "$VIM\gvimrc"
user gvimrc file: "$HOME_gvimrc"
2nd user gvimrc file: "$HOME\vimfiles\gvimrc"
3rd user gvimrc file: "$VIM_gvimrc"
system menu file: "$VIMRUNTIME\menu.vim"
Compilation: gcc -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF
-DFEAT_HUGE -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -DFEAT_OLE
-DFEAT_CSCOPE -DFEAT_NETBEANS_INTG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE
-DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -w -march=x86-64 -Wall -Id:/utils/perl/lib/Core

@powerman
Copy link
Owner Author

Comment #1 originally posted by powerman on 2013-08-23T10:57:35.000Z:

Sorry, this plugin isn't compatible with Windows. This is noted on project's main page and in doc: "Tested only in Linux, but should work in any *NIX.".

@powerman
Copy link
Owner Author

Comment #2 originally posted by powerman on 2013-08-23T11:08:03.000Z:

previously working fine

@powerman
Copy link
Owner Author

Comment #3 originally posted by powerman on 2013-08-23T11:13:13.000Z:

Wow. It was unintentional. :) Actually, if there is a way to make it compatible with Windows I've nothing against that, but… to be honest it's hard for me to imagine how to accomplish that.

Which types of documentation you've used (Perl/Python/Shell/etc.)?
Which *nix-like commands/environment you have installed (bash/man/perldoc/cygwin/etc.)?

@powerman
Copy link
Owner Author

Comment #4 originally posted by powerman on 2013-08-23T11:18:34.000Z:

I have perldoc, bash, man intalled.

@powerman
Copy link
Owner Author

Comment #5 originally posted by powerman on 2013-08-23T11:26:04.000Z:

Last commit force using /bin/sh instead of /bin/bash for *BSD compatibility. So, you can check is copying your "bash" binary to "sh" helps.

Few commits before I've forced to always use bash instead of default shell - this was done for tcsh compatibility (tcsh unable to redirect stdout/stderr like bash, so if user's default shell is tcsh I still need to run external commands using bash). If copying "bash" to "sh" won't help, then probably it happens because of this change - in this case I can try to add workaround to avoid replacing default vim's shell with bash in case current OS is Windows, but I can't test is that helps myself.

@powerman
Copy link
Owner Author

Comment #6 originally posted by powerman on 2013-08-23T12:15:00.000Z:

Should be fixed in 5fbae9ff7d3a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant