Hey,

I discovered this command doing a web search, but when I try to look
up information on it in VIM, there is no help.
   -- I haven't tried the latest version of VIM [I apologize if its
fixed in the latest version]

:help invlist
E149: Sorry, no help for invlist
:helpgrep invlist
E480: No match: invlist

:set noinvlist
E518: unknown option: noinvlist

However if I use tab-completion, I see "noinvlist". The command seems
to be a toggle on/off:
:set invlist   " invisible text is shown
:set invlist   " invisible text is not shown

Thanks,
Mike

My version of VIM
:version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Oct 14 2008 15:13:40)
MS-Windows 32-bit GUI version
Compiled by mbrot...@{removed}
Big 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 +cryptv
+cscope +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 +menu +mksession
+modify_fname
+mouse +mouseshape +multi_byte_ime/dyn +multi_lang -mzscheme
+netbeans_intg -ole
-osfiletype +path_extra -perl -postscript +printer -profile -python
+quickfix +reltime
+rightleft -ruby +scrollbind +signs +smartindent -sniff +statusline -
sun_workshop
+syntax +tag_binary +tag_old_static -tag_any_white -tcl -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: /upp/mingw/bin/gcc -Iproto -DWIN32 -DWINVER=0x0400 -
D_WIN32_WINNT=0x0400 -D
HAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H -
DDYNAMIC_GETTEXT -DFEAT_CSCOPE -
DFEAT_NETBEANS_INTG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -
DFEAT_MBYTE_IME -DDYNA
MIC_IME -DDYNAMIC_ICONV -pipe -w -march=i386 -Wall -O3 -fomit-frame-
pointer -freg-struct
-return -s
Linking: /upp/mingw/bin/gcc -Iproto -DWIN32 -DWINVER=0x0400 -
D_WIN32_WINNT=0x0400 -DHAVE
_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -
DFEAT_CSCOPE -DFEA
T_NETBEANS_INTG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -
DFEAT_MBYTE_IME -DDYNAMIC_
IME -DDYNAMIC_ICONV -pipe -w -march=i386 -Wall -O3 -fomit-frame-
pointer -freg-struct-ret
urn -s -mwindows -o gvim.exe -lkernel32 -luser32 -lgdi32 -ladvapi32 -
lcomdlg32 -lcomctl3
2 -lversion -lwsock32 -lole32 -luuid

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to