On 10/07/11 14:50, niva wrote:
Hi,

I recently install Vim 7.3 under win seven and I got some errors when
I navigate through vim's help system.


"pattern.txt" [RO] 1289L, 54946C
Erreur détectée en traitant C:\Program Files (x86)\Vim\vim73\ftplugin
\help.vim :
ligne   16 :
E518: Option inconnue: cole=2
Erreur détectée en traitant C:\Program Files (x86)\Vim\vim73\syntax
\help.vim :
ligne   24 :
E475: Argument invalide : helpBar^I^Icontained "|" conceal



Maybe comes from Program Files (x86)

Thank you for help


Hm, it seems that the latest versions of ftplugin/help.vim and syntax/help.vim don't make provision for the possibility that the +conceal feature might have been left out at compile-time. I'm adding the maintainers of these scripts to the CC list of this post.

Niva, you've found a bug in the runtime files: there should be ":if has('conceal')" bracketing where appropriate.

If you want a more feature-complete Vim for Windows, I recommend the topmost (most recent) item at http://sourceforge.net/projects/cream/files/Vim/ -- by clicking it, you'll find a downloadable exe installer containing gvim, Console Vim, and their runtime files; and you'll also find a .txt file which is (slightly prettified by adding empty lines etc.) theoutput of the ":version" command in this gvim version. I'm pasting below the latest contents of those "release notes" as of this writing; as you can see, +conceal is included.

BTW, you should check this site regularly for updates: the Vim 7.3.244 source has been released, and I expect a Windows executable to be published here any time soon.


VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 29 2011 08:20:05)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1-237
Compiled by [email protected]
Huge version with 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_gui +diff +digraphs -dnd -ebcdic +emacs_tags
+eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+float +folding -footer +gettext/dyn -hangul_input +iconv/dyn
+insert_expand +jumplist +keymap +langmap +libcall +linebreak
+lispindent +listcmds +localmap +lua/dyn +menu +mksession
+modify_fname +mouse +mouseshape +multi_byte_ime/dyn +multi_lang
+mzscheme/dyn +netbeans_intg +ole +path_extra +perl/dyn
+persistent_undo -postscript +printer +profile +python/dyn -python3
+quickfix +reltime +rightleft +ruby/dyn +scrollbind +signs
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax
+tag_binary +tag_old_static -tag_any_white +tcl/dyn -tgetent
-termresponse +textobjects +title +toolbar +user_commands +vertsplit
+virtualedit +visual +visualextra +viminfo +vreplace +wildignore
+wildmenu +windows +writebackup -xfontset -xim -xterm_save -xpm_w32

   system vimrc file: "$VIM\vimrc"
     user vimrc file: "$HOME\_vimrc"
 2nd 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: "$VIM\_gvimrc"
    system menu file: "$VIMRUNTIME\menu.vim"

Compilation: gcc -O3 -fomit-frame-pointer -freg-struct-return
-fno-strength-reduce -DWIN32 -DHAVE_PATHDEF -DFEAT_HUGE
-DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DFEAT_PERL -DDYNAMIC_PERL
-DDYNAMIC_PERL_DLL="perl58.dll" -DFEAT_PYTHON -DDYNAMIC_PYTHON
-DDYNAMIC_PYTHON_DLL="python26.dll" -DFEAT_RUBY -DDYNAMIC_RUBY
-DDYNAMIC_RUBY_DLL="msvcrt-ruby18.dll" -DDYNAMIC_RUBY_VER=18
-DFEAT_MZSCHEME -DDYNAMIC_MZSCHEME
-DDYNAMIC_MZSCH_DLL="libmzsch42.dll"
-DDYNAMIC_MZGC_DLL="libmzgc42.dll" -DINCLUDE_MZSCHEME_BASE -DFEAT_TCL
-DDYNAMIC_TCL -DDYNAMIC_TCL_DLL="tcl85.dll" -DFEAT_LUA -DDYNAMIC_LUA
-DDYNAMIC_LUA_DLL="lua51.dll" -DDYNAMIC_GETTEXT -DDYNAMIC_ICONV
-DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DFEAT_CSCOPE
-DFEAT_NETBEANS_INTG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_OLE
-march=i386 -Iproto -I/cygdrive/c/strawberry/perl/lib/CORE
-I/cygdrive/c/RUBY/lib/ruby/1.8/i386-mswin32
-I/cygdrive/c/PROGRA~1/MzScheme/include -I/cygdrive/c/Tcl/include
-I/cygdrive/c/PROGRA~1/Lua/5.1/include -s -mno-cygwin

Linking: gcc -s -o gvim.exe -luuid -lole32
/cygdrive/c/Tcl/lib/tclstub85.lib -lwsock32 -mwindows -lcomctl32
-lversion -loleaut32 -lstdc++



Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
130. You can't get out of your desk even if it's time to eat or time
     to go to the bathroom.

--
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

Reply via email to